Use msal-browser in SPFx solutions to access Graph API
SPFx solutions don’t work in incognito mode when you access APIs? This post details how msal-browser in SPFx solutions can be implemented to overcome this issue.
SPFx solutions don’t work in incognito mode when you access APIs? This post details how msal-browser in SPFx solutions can be implemented to overcome this issue.
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 »