Skip to content

Commit 495e55c

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

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
@@ -14,7 +14,7 @@ When a user logs in, their identity is established and persisted across requests
1414

1515
### Standalone IdentityServer
1616

17-
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).
17+
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

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

0 commit comments

Comments
 (0)