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
When #26 is implemented, SSO will be trivial to implement. Without JavaScript, a click on the login button will be all that's necessary to authenticate an application within the same pool as an already-authenticated application. With JavaScript, a cross origin request can check authentication with the provider and update the page as necessary.
The text was updated successfully, but these errors were encountered:
When #26 is implemented, SSO will be trivial to implement. Without JavaScript, a click on the login button will be all that's necessary to authenticate an application within the same pool as an already-authenticated application. With JavaScript, a cross origin request can check authentication with the provider and update the page as necessary.
The text was updated successfully, but these errors were encountered: