diff --git a/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj b/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj
index 15ec245..f9762d1 100644
--- a/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj
+++ b/DuendeIdentityServer/DuendeDynamicProviders/DuendeDynamicProviders.csproj
@@ -5,9 +5,9 @@
-
-
-
+
+
+
diff --git a/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj b/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj
index d67ca66..caa50bf 100644
--- a/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj
+++ b/DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj
@@ -5,9 +5,9 @@
-
-
-
+
+
+
diff --git a/IdentityServer4/idp/idp.csproj b/IdentityServer4/idp/idp.csproj
index bb6f103..ee1c7c0 100644
--- a/IdentityServer4/idp/idp.csproj
+++ b/IdentityServer4/idp/idp.csproj
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/IdentityServer4/idpWithEf/Startup.cs b/IdentityServer4/idpWithEf/Startup.cs
index 221f4aa..9428dd6 100644
--- a/IdentityServer4/idpWithEf/Startup.cs
+++ b/IdentityServer4/idpWithEf/Startup.cs
@@ -8,7 +8,7 @@
using Microsoft.Extensions.DependencyInjection;
using Rsk.Saml.Configuration;
using Rsk.Saml.IdentityProvider.Storage.EntityFramework.DbContexts;
-using Rsk.Saml.IdentityProvider.Storage.EntityFramework.Interfaces;
+using Rsk.Saml.IdentityProvider.Storage.EntityFramework;
using Rsk.Saml.IdentityProvider.Storage.EntityFramework.Mappers;
using Rsk.Saml.IdentityProvider.Storage.EntityFramework.Stores;
diff --git a/IdentityServer4/idpWithEf/idpWithEf.csproj b/IdentityServer4/idpWithEf/idpWithEf.csproj
index fb40feb..fe304a8 100644
--- a/IdentityServer4/idpWithEf/idpWithEf.csproj
+++ b/IdentityServer4/idpWithEf/idpWithEf.csproj
@@ -7,9 +7,9 @@
-
-
-
+
+
+
diff --git a/IdentityServer4/idpWithIdpInitiated/idpWithIdpInitiated.csproj b/IdentityServer4/idpWithIdpInitiated/idpWithIdpInitiated.csproj
index bb6f103..ee1c7c0 100644
--- a/IdentityServer4/idpWithIdpInitiated/idpWithIdpInitiated.csproj
+++ b/IdentityServer4/idpWithIdpInitiated/idpWithIdpInitiated.csproj
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/IdentityServer4/sp/Startup.cs b/IdentityServer4/sp/Startup.cs
index cfd8b69..96d4ad0 100644
--- a/IdentityServer4/sp/Startup.cs
+++ b/IdentityServer4/sp/Startup.cs
@@ -40,8 +40,8 @@ public void ConfigureServices(IServiceCollection services)
// SP configuration
services.AddAuthentication()
.AddSaml2p("saml2p", options => {
- options.Licensee = "";
- options.LicenseKey = "";
+ options.Licensee = "your DEMO Licensee";
+ options.LicenseKey = "your DEMO LicenseKey";
// The IdP you want to integrate with
options.IdentityProviderOptions = new IdpOptions
diff --git a/IdentityServer4/sp/sp.csproj b/IdentityServer4/sp/sp.csproj
index ce263c2..b18acca 100644
--- a/IdentityServer4/sp/sp.csproj
+++ b/IdentityServer4/sp/sp.csproj
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/spWithIdpInitiated/spWithIdpInitiated.csproj b/spWithIdpInitiated/spWithIdpInitiated.csproj
index 896d07c..5cb253d 100644
--- a/spWithIdpInitiated/spWithIdpInitiated.csproj
+++ b/spWithIdpInitiated/spWithIdpInitiated.csproj
@@ -5,7 +5,7 @@
-
+
diff --git a/spWithMultipleIdps/spWithMultipleIdps.csproj b/spWithMultipleIdps/spWithMultipleIdps.csproj
index 3191ab2..d70f759 100644
--- a/spWithMultipleIdps/spWithMultipleIdps.csproj
+++ b/spWithMultipleIdps/spWithMultipleIdps.csproj
@@ -5,7 +5,7 @@
-
+