MsalError.AuthorityValidationFailed 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.
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 issueMitigation
Use a different authority. If you are absolutely sure that you can trust the authority you can use the WithAuthority(AadAuthorityAudience, Boolean) passing thevalidateAuthority
parameter to false
(not recommended)
public const string AuthorityValidationFailed;
val mutable AuthorityValidationFailed : string
Public Const AuthorityValidationFailed As String