MsalError.EncodedTokenTooLong Field

Definition

Encoded token too long.

What happens

In a confidential client application call, the client assertion built by MSAL is longer than the max possible length for a JWT token.
public const string EncodedTokenTooLong;
val mutable EncodedTokenTooLong : string
Public Const EncodedTokenTooLong As String 

Field Value

Applies to