MsalError.InteractionRequired 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.
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 callAcquireTokenInteractive
perform an interactive authentication. If your application is a ConfidentialClientApplication chances are that the Claims member
of the exception is not empty. See Claims for the right mitigation
public const string InteractionRequired;
val mutable InteractionRequired : string
Public Const InteractionRequired As String