MsalError.InteractionRequired Field

Definition

Standard OAuth2 protocol error code. It indicates that the application needs to expose the UI to the user so the user can do an interactive log-in to get a token with updated claims.

Mitigation:

If your application is a IPublicClientApplication call AcquireTokenInteractive perform an interactive authentication. If your application is a ConfidentialClientApplication chances are that the Claims member of the exception is not empty. See MsalServiceException.Claims for the right mitigation
public const string InteractionRequired;
val mutable InteractionRequired : string
Public Const InteractionRequired As String 

Field Value

Applies to