JWT Token Payload

JWT payload with standard registered claims (sub, iat, exp, iss, aud) plus custom role and permission claims.

Cloud & DevOpsJWTauthenticationtokenclaims

JWT payload with standard registered claims (sub, iat, exp, iss, aud) plus custom role and permission claims.

Loading editor...

When to use this template

The JWT payload carries claims about the authenticated user. This template includes all standard registered claims (sub, iat, exp, nbf, iss, aud, jti) plus custom claims for roles and permissions. Use it to understand the anatomy of a JWT or as a reference when designing your own token structure. Remember: never store sensitive data in the payload — it is Base64-encoded, not encrypted.