Aracılığıyla paylaş


MsalError.UnknownUserType Field

Definition

What happens

You can get this error when using AcquireTokenByUsernamePassword(IEnumerable<String>, String, String) The user is not recognized as a managed user, or a federated user. Azure AD was not able to identify the IdP that needs to process the user

Mitigation

Inform the user. the login that the user provided might be incorrect.
public const string UnknownUserType;
val mutable UnknownUserType : string
Public Const UnknownUserType As String 

Field Value

Applies to