aud | Must | Audience of the JWT (intended recipient). | URI of the service requiring authentication. |
exp | Must | Expiration time of the JWT. | Datetime stamp. |
iat | Must | Issued at Time of the JWT. | Datetime stamp. |
iss | Must | Issuer of the JWT. | URI and path from the IdP from which the JWT was issued. |
sub | Must | Subject of the JWT (the user). | User name from IdP. |
kid | Should | Key identifier. | RS256 |
nbf | Should | Not Before Time of the JWT (before which the token shouldn’t be accepted). | Datetime stamp. |
scp | Should (strongly recommended) | Scope of the JWT (attribute inherited from the scopes defined for the subject in the IdP). | Text field. |
groups | Should (strongly recommended) | Groups of the JWT (attribute inherited from the groups defined for the subject in the IdP). | Object ID of a security group. |