MsalError.InvalidJwtError Field

Definition

JWT was invalid.

What happens?

The library expected a JWT (for instance a token from the cache, or received from the STS), but the format is invalid

Mitigation

Make sure that the token cache was not tampered
public const string InvalidJwtError;
val mutable InvalidJwtError : string
Public Const InvalidJwtError As String 

Field Value

Applies to