Skip to content

Commit 458aba1

Browse files
authored
Update src/content/docs/identityserver/aspnet-identity/schemes.md
1 parent 495e55c commit 458aba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/aspnet-identity

src/content/docs/identityserver/aspnet-identity/schemes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When a user logs in, their identity is established and persisted across requests
1616

1717
When using IdentityServer without ASP.NET Identity, the default cookie scheme is named `"idsrv"`, though we recommend using the constant `IdentityServerConstants.DefaultCookieAuthenticationScheme` in your code if you ever need it.
1818

19-
This is configured by default in `AddIdentityServer()`, which sets up the cookie authentication handler with this scheme name. This cookie is essential for:
19+
The default cookie scheme is configured by default in `AddIdentityServer()`, which sets up the cookie authentication handler with this scheme name. This cookie is essential for:
2020

2121
- maintaining the user's authenticated session
2222
- supporting single sign-on (SSO)

0 commit comments

Comments
 (0)