adal - Azure AD | Conflict when logged in with another Azure Account -


i have asp.net mvc application uses azure ad , openid connect owin middlewares handle authentication. works fine except 1 thing : if user logged-in on microsoft application lets office 365 account or maybe live mail account, when trying login recives page saying not allowed log app, correct, how need catch situation in code allow user sign in different account. there way of doing that? design? mean : user have log in live/azure account @ time ? couldn't find documentation this.

as of today there typically 1 user @ time, support way select specific user instead of automatically signing in recent one. 1 way can work around today injecting parameter "prompt=login" in sign in requests. can in redirecttoidentityprovider notifications, showin in http://www.cloudidentity.com/blog/2014/11/17/skipping-the-home-realm-discovery-page-in-azure-ad/ domain_hint. cause sign in experience start fresh prompt if user signed in. draw you'll never sso way. our account switiching feature become available soon, keep eye on http://blogs.technet.com/b/ad/ announcements


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -