AadLoginPromptOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |
FreshLoginWithMfa | 4 | Force the user to login again with mfa. |