Azure-Samples / active-directory-dotnet-webapp-openidconnect

A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
159 stars 109 forks source link

One authorization for two applications #34

Closed ghost closed 6 years ago

ghost commented 7 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?

ghost commented 7 years ago

Do you have any update on this?

MarileeTurscak-MSFT commented 6 years ago

I also would like to know about this.

jmprieur commented 6 years ago

The browser keeps cookies per domain, so your applications would have to be in the same domain so that this works.