Dot Net Core 2.2 Sign Out issue

  • Thread starter Thread starter pokuri
  • Start date Start date
P

pokuri

Guest
Dot Net Core 2.2 MVC application that's integrated with Azure AD for user authentication and sign out working.

But if we copy the cookies(.AspNetCore.AzureADCookie, .AspNetCore.AzureADCookieC1, .AspNetCore.AzureADCookieC2) from the authenticated browser session using "EditThisCookie" extension and logout then again if we import those copied cookies back into browsers and access the application. Application trusting the application and logging in automatically.

I'm using "Microsoft.AspNetCore.Authentication.AzureAD.UI" NuGet package

Is the behavior expected?

Continue reading...
 
Back
Top