Closed ghost closed 6 years ago
I use Azure AD, OpenID Connect and Microsoft.Owin for authorization users in my two ASP.NET MVC 4.X applications. Is it possible to use a common cookie for both sites and open the login popup once but not for each site?
Do you have any update on this?
I also would like to know about this.
The browser keeps cookies per domain, so your applications would have to be in the same domain so that this works.
I use Azure AD, OpenID Connect and Microsoft.Owin for authorization users in my two ASP.NET MVC 4.X applications. Is it possible to use a common cookie for both sites and open the login popup once but not for each site?