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
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Mika Berglund edited this page Jan 31, 2021
·
1 revision
InteractiveLoginMode Enumeration
Defines different values for how to handle interactive login, in case the requested tokens cannot be acquired without user interaction.
Members
Popup - Default. Interactive login is done by opening a popup dialog window. This is the recommended mode because it does not take the user away from what the user was trying to accomplish.
Redirect - The browser will be redirected to the login service. The user will be redirected back to the URI specified in the RedirectUrl property on the BlazoradeMsalOptions class.
Disabled - No interactive login will be performed.