Skip to content

update JWT realm docs to include at+jwt support #126841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2025
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