MsalError.AuthorityValidationFailed Field

Definition

Authority validation failed.

What happens?

The validation of the authority failed. This might be because the authority is not compliant with the OIDC standard, or there might be a security issue

Mitigation

Use a different authority. If you are absolutely sure that you can trust the authority you can use the WithAuthority(AadAuthorityAudience, Boolean) passing the validateAuthority parameter to false (not recommended)
public const string AuthorityValidationFailed;
val mutable AuthorityValidationFailed : string
Public Const AuthorityValidationFailed As String 

Field Value

Applies to