You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DuendeIdentityServer/DuendeDynamicProviders/Startup.cs
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,9 @@ public void ConfigureServices(IServiceCollection services)
44
44
// SP configuration - dynamic providers
45
45
builder.AddSamlDynamicProvider(options =>
46
46
{
47
-
// unstorable/reusable data. This will override the data stored
48
-
47
+
// unstorable/reusable data, such as license information and events. This will override the data stored
49
48
options.Licensee="";
50
49
options.LicenseKey="";
51
-
52
-
// only required when running on localhost. This cookie is used by the SAML SP. If you are running multiple SPs, then the cookie name must be different for each SP.
0 commit comments