Replies: 1 comment
-
Indeed, with the current version, it is not easy to override the cookie's configuration. I have made some modifications in the master branch to provide more flexibility to SimpleIdServer users. Users can now edit various options of the cookie, such as its name. The AddSIDIdentityServer function now accepts a new parameter, Additionally, I have introduced two new parameters in the appsettings.json file:
|
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
-
When using cookie auth on a asp.net core server app the is there a way to rename the cookie? The cookie is called AspNetCore.Cookies by default.
I know this can be configured in program.cs of the IdServer manually using builder.Services.ConfigureExternalCookie and changing the name but I am wondering if it can just be set in appsettings. Looking through the implementation it does seem that most cookies options can be centrally set.
Beta Was this translation helpful? Give feedback.
All reactions