Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

InteractiveLoginMode

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.

Clone this wiki locally