msal-browser – BrowserAuthError: monitor_window_timeout
While implementing silent token acquisition using MSAL.js 2.0 (msal-browser) you may come across an error like BrowserAuthError: monitor_window_timeout : Token acquisition in popup failed due to timeout This error might also keep changing to the actual error that is being returned (in my case it was the InteractionRequiredAuthError) on every refresh. Let’s understand what happens …
msal-browser – BrowserAuthError: monitor_window_timeout Read More »