Bearbeiten

AadLoginPromptOption Enum

Definition

[System.Runtime.Serialization.DataContract]
public enum AadLoginPromptOption
type AadLoginPromptOption = 
Public Enum AadLoginPromptOption
Inheritance
AadLoginPromptOption
Attributes

Fields

Name Value Description
NoOption 0

Do not provide a prompt option

Login 1

Force the user to login again.

SelectAccount 2

Force the user to select which account they are logging in with instead of automatically picking the user up from the session state. NOTE: This does not work for switching bewtween the variants of a dual-homed user.

FreshLogin 3

Force the user to login again.
<remarks> Ignore current authentication state and force the user to authenticate again. This option should be used instead of Login. </remarks>

FreshLoginWithMfa 4

Force the user to login again with mfa.
<remarks> Ignore current authentication state and force the user to authenticate again. This option should be used instead of Login, if MFA is required. </remarks>

Applies to