MsalError.AccessingWsMetadataExchangeFailed 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.
Accessing WS Metadata Exchange Failed.
What happens?
You tried to use AcquireTokenByUsernamePassword(IEnumerable<String>, String, String) and the account is a federated account.Mitigation
None. The WS metadata was not found or does not correspond to what was expected.public const string AccessingWsMetadataExchangeFailed;
val mutable AccessingWsMetadataExchangeFailed : string
Public Const AccessingWsMetadataExchangeFailed As String