MsalError.ParsingWsTrustResponseFailed 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.
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