Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section (#3760)
* Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section * CookieName for Identitypull/3860/head
parent
dd52e42538
commit
e09394c51f
|
@ -95,6 +95,7 @@ To share authentication cookies between your ASP.NET 4.x applications and your A
|
|||
{
|
||||
AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie,
|
||||
CookieName = ".AspNetCore.Cookies",
|
||||
// CookieName = ".AspNetCore.ApplicationCookie", (if you're using identity)
|
||||
// CookiePath = "...", (if necessary)
|
||||
// ...
|
||||
TicketDataFormat = new AspNetTicketDataFormat(
|
||||
|
|
Loading…
Reference in New Issue