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
It appears to work but if I try to immediately turn around and sign in again It will throw the following error
web.js:10 MSAL: Error occurred while logging in BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
at BrowserAuthError.AuthError [as constructor] (AuthError.js:31:1)
at new BrowserAuthError (BrowserAuthError.js:197:1)
at BrowserAuthError.createInteractionInProgressError (BrowserAuthError.js:264:1)
at BrowserCacheManager.setInteractionInProgress (BrowserCacheManager.js:886:23)
at ClientApplication.preflightInteractiveRequest (ClientApplication.js:777:1)
at ClientApplication.preflightBrowserEnvironmentCheck (ClientApplication.js:762:1)
at ClientApplication.acquireTokenPopup (ClientApplication.js:277:1)
at MsAuth.acquireTokenInteractively (web.js:42:40)
at web.js:7:1
at async MsAuth.login (web.js:7:1)
After digging around I noticed that the session storage wasn't being cleared
If I manually clear this -- the login will succeed
The text was updated successfully, but these errors were encountered:
When attempting to sign out using the below method
It appears to work but if I try to immediately turn around and sign in again It will throw the following error
After digging around I noticed that the session storage wasn't being cleared
If I manually clear this -- the login will succeed
The text was updated successfully, but these errors were encountered: