MsalError.MultipleTokensMatchedError 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.
Multiple Tokens were matched.
What happens?
This exception happens in the case of applications managing several identities, when calling AcquireTokenSilent(IEnumerable<String>, IAccount) or one of its overrides and the user token cache contains multiple tokens for this client application and the specified Account, but from different authorities.Mitigation [App Development]
specify the authority to use in the acquire token operationpublic const string MultipleTokensMatchedError;
val mutable MultipleTokensMatchedError : string
Public Const MultipleTokensMatchedError As String