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