MsalError.NoPromptFailedError Field
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.
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:
callAcquireTokenInteractive
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