MsalError.RegionalAuthorityValidation 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.
What happens?
You configured both Regional Authority and Authority Validation. Authority validation is not currently supported for regional authorities.Mitigation
Set the validateAuthority flag to false to use Azure Regional authority. Do not disable authority validation if you read the authority from an untrusted source, for example from the WWWAuthenticate header of an HTTP request that resulted in a 401 response.public const string RegionalAuthorityValidation;
val mutable RegionalAuthorityValidation : string
Public Const RegionalAuthorityValidation As String