I\'m using OWIN / OAuth with OpenId Connect authentication (Microsoft.Owin.Security.OpenIdConnect
) in a C# ASP MVC web app. The SSO login with Microsoft account
OWIN and MVC may be deleting each other's cookies as described by the AspNetKatana github.
SystemWebCookieManager
or SystemWebChunkingCookieManager
(Microsoft.Owin.Host.SystemWeb 3.1.0).