MsalError.ParsingWsTrustResponseFailed Field

Definition

You can get this error when using AcquireTokenByUsernamePassword(IEnumerable<String>, String, String) In the case of a Federated user (that is owned by a federated IdP, as opposed to a managed user owned in an Azure AD tenant) ID3242: The security token could not be authenticated or authorized. The user does not exist or has entered the wrong password

public const string ParsingWsTrustResponseFailed;
val mutable ParsingWsTrustResponseFailed : string
Public Const ParsingWsTrustResponseFailed As String 

Field Value

Applies to