Skip to content

Commit 18a754b

Browse files
Correct the name of EF store in the comment
1 parent 3804a22 commit 18a754b

File tree

1 file changed

+1
-1
lines changed
  • DuendeIdentityServer/DuendeDynamicProviders

1 file changed

+1
-1
lines changed

DuendeIdentityServer/DuendeDynamicProviders/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void ConfigureServices(IServiceCollection services)
5353
// Otherwise you will get "request expired error"
5454
options.CorrelationCookie.Name = "Saml2pCorrelation-2";
5555
})
56-
//.AddIdentityProviderStore<InMemorySamlProviderStore>();
56+
//.AddIdentityProviderStore<SamlIdentityProviderStore>();
5757
.AddInMemoryIdentityProviders(new List<SamlDynamicIdentityProvider>
5858
{
5959
new SamlDynamicIdentityProvider

0 commit comments

Comments
 (0)