Change idsrv cookie name #199
Unanswered
rasander
asked this question in
IdentityServer
Replies: 1 comment
-
You can override the builder.Services.Configure<CookieAuthenticationOptions>(
IdentityServerConstants.DefaultCookieAuthenticationScheme, options =>
{
options.Cookie.Name = "new-idsrv-cookie-name";
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to change the idsrv cookie name?
I would like to change to __Host-idsrv (according to OWASP advice)
Beta Was this translation helpful? Give feedback.
All reactions