MsalError.CustomMetadataInstanceOrUri 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 using both an Uri and a string. Only one is supported.Mitigation
Call WithInstanceDiscoveryMetadata only once. See https://aka.ms/msal-net-custom-instance-metadata for more details.public const string CustomMetadataInstanceOrUri;
val mutable CustomMetadataInstanceOrUri : string
Public Const CustomMetadataInstanceOrUri As String