MsalError.ValidateAuthorityOrCustomMetadata 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 have configured your own instance metadata, and have also set validate authority to true. These are mutually exclusive.Mitigation
Set the validate authority flag to false. See https://aka.ms/msal-net-custom-instance-metadata for more details.public const string ValidateAuthorityOrCustomMetadata;
val mutable ValidateAuthorityOrCustomMetadata : string
Public Const ValidateAuthorityOrCustomMetadata As String