Open
Description
Core Library
MSAL.js v2 (@azure/msal-browser)
Wrapper Library
Not Applicable
Description
Apologies if this is already supported by the library - I can't seem to find documentation as to how it works (despite being closed as completed in #181)
This is basically the same ask as #181.
Use case
- User clicks sign in (application calls
loginPopup
) - User accidentally or intentionally clicks on the host window, thereby hiding the login popup
- User clicks sign in again, host application again calls
loginPopup
Current behaviour
Nothing happens, since a popup is already open, MSAL throws interaction_in_progress
Desired behaviour
The existing window is refocused so that the user is brought back into context
Source
Internal (Microsoft)