MsalError.FailedToAcquireTokenSilentlyFromBroker 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.
Failed to acquire token silently. Used in broker scenarios.
What happens
you called AcquireTokenSilent(IEnumerable<String>, IAccount) or AcquireTokenSilent(IEnumerable<String>, String) and your mobile (Xamarin) application leverages the broker (Microsoft Authenticator or Microsoft Company Portal), but the broker was not able to acquire the token silently.Mitigation
Call AcquireTokenInteractive(IEnumerable<String>)public const string FailedToAcquireTokenSilentlyFromBroker;
val mutable FailedToAcquireTokenSilentlyFromBroker : string
Public Const FailedToAcquireTokenSilentlyFromBroker As String