You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement some sort of single-sign-on when the user loads the app but doesn't have a valid (access-/)identitytoken. How who we implement this?
User enters page
Not logged in?
Redirect to token provider
Check the token
Access the application
We want to implement it so the user doesn't have to press the login button, they are probably already logged-in so they'll get a token instantly.
Where should I put the initImplicitFlow() call for this to happen?
The text was updated successfully, but these errors were encountered:
I'm trying to implement some sort of single-sign-on when the user loads the app but doesn't have a valid (access-/)identitytoken. How who we implement this?
We want to implement it so the user doesn't have to press the login button, they are probably already logged-in so they'll get a token instantly.
Where should I put the
initImplicitFlow()
call for this to happen?The text was updated successfully, but these errors were encountered: