MsalError.NoPromptFailedError Field

Definition

One of two conditions was encountered:

  • The Prompt.NoPrompt was passed in an interactive token call, but the constraint could not be honored because user interaction is required, for instance because the user needs to re-sign-in, give consent for more scopes, or perform multiple factor authentication.
  • An error occurred during a silent web authentication that prevented the authentication flow from completing in a short enough time frame.

Remediation:

call AcquireTokenInteractive so that the user of your application signs-in and accepts consent.
public const string NoPromptFailedError;
val mutable NoPromptFailedError : string
Public Const NoPromptFailedError As String 

Field Value

Applies to