Prompt.SelectAccount Field

Definition

AcquireToken will send prompt=select_account to the authorization server's authorize endpoint. which would present to the user a list of accounts from which one can be selected for authentication.

public static readonly Microsoft.Identity.Client.Prompt SelectAccount;
 staticval mutable SelectAccount : Microsoft.Identity.Client.Prompt
Public Shared ReadOnly SelectAccount As Prompt 

Field Value

Remarks

This is the default prompt for backwards compatibility reasons. Please use NoPrompt for the best user experience.

Applies to