Skip to content

Sts  >  Errors  >  JWTPayloadSizeExceededException

JWTPayloadSizeExceededException

Error Class

JWTPayloadSizeExceededException dataclass

Bases: ServiceError

The requested token payload size exceeds the maximum allowed size. Reduce the number of request tags included in the GetWebIdentityToken API call to reduce the token payload size.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'