MsalError.AuthenticationUiFailedError Field

Definition

The request could not be performed because of a failure in the UI flow.

What happens?

The library failed to invoke the Web View required to perform interactive authentication. The exception might include the reason

Mitigation

If the exception includes the reason, you could inform the user. This might be, for instance, a browser implementing chrome tabs is missing on the Android phone (that's only an example: this exception can apply to other platforms as well)
public const string AuthenticationUiFailedError;
val mutable AuthenticationUiFailedError : string
Public Const AuthenticationUiFailedError As String 

Field Value

Applies to