MsalError.NoAccountForLoginHint 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.
This error code denotes that no account was found having the given login hint.
What happens?
AcquireTokenSilent(IEnumerable<String>, String) or WithLoginHint(String) was called with aloginHint
parameter which does not match any account in GetAccountsAsync()Mitigation
If you are certain about the loginHint, call AcquireTokenInteractive(IEnumerable<String>)public const string NoAccountForLoginHint;
val mutable NoAccountForLoginHint : string
Public Const NoAccountForLoginHint As String