Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions deploy-manage/users-roles/cluster-or-deployment-auth/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,14 @@ The header claims indicate the token type and the algorithm used to sign the tok
: (Required, String) Indicates the algorithm that was used to sign the token, such as `HS256`. The algorithm must be in the realm’s allow list.

`typ`
: (Optional, String) Indicates the token type, which must be `JWT`.

: (Optional, String) Indicates the token type.

For an ID token, this must be
- `JWT`

For access tokens, this must be one of
- `JWT`
- `at+jwt` {applies_to}`stack: ga 9.1`

### Payload claims [jwt-validation-payload]

Expand Down
Loading