From e09394c51fa5add3df858f9fda3a8f1735a1db3b Mon Sep 17 00:00:00 2001 From: Felipe Pessoto Date: Tue, 1 Aug 2017 14:21:11 -0300 Subject: [PATCH] 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 Identity --- .../security/data-protection/compatibility/cookie-sharing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/security/data-protection/compatibility/cookie-sharing.md b/aspnetcore/security/data-protection/compatibility/cookie-sharing.md index be4c4cbd2f..8fdf9f9cba 100644 --- a/aspnetcore/security/data-protection/compatibility/cookie-sharing.md +++ b/aspnetcore/security/data-protection/compatibility/cookie-sharing.md @@ -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(