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
12 changes: 11 additions & 1 deletion docs/reference/security/authentication/jwt-realm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,17 @@ token.
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`

[[jwt-validation-payload]]
===== Payload claims
Expand Down