MsalError.UnknownUser 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 can get this error when using AcquireTokenByUsernamePassword(IEnumerable<String>, String, String) The user is not known by the IdPMitigation
Inform the user. The login that the user provided might be incorrect (for instance empty)public const string UnknownUser;
val mutable UnknownUser : string
Public Const UnknownUser As String