Closed pekkah closed 7 years ago
Sounds like the perennial OWIN/Katana vs. ASP.NET cookie problem. I think you will have to do more investigation to repro consistently.
It seems so. Katana 3.1.0 seems to allow changing the cookie manager implementation also providing few implementations like the system.web based one. You open for PR extending the cookieoptions to allow changing the default one?
Question / Issue
We have a setup with username/password login combination and a two factor authentication implemented as MVC view. We issue partial login on
PostAuthenticateAsync(PostAuthenticationContext context)
. We're now randomly facing a issue where the idsrv.partial login cookie is not issued or disappears so whenGetIdentityServerPartialLoginAsync
is called the return value is null. This issue seems to disappear upon IIS reset but comes back on fresh start of the application.This issue seems to have appeared upon changing the .NET framework target to 4.6.1.