Skip to content

Commit 556408e

Browse files
update JWT realm docs to include at+jwt support (#126841)
1 parent 156d5da commit 556408e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/reference/security/authentication/jwt-realm.asciidoc

+11-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,17 @@ token.
294294
as `HS256`. The algorithm must be in the realm's allow list.
295295

296296
`typ`::
297-
(Optional, String) Indicates the token type, which must be `JWT`.
297+
(Optional, String) Indicates the token type.
298+
+
299+
For an ID token, this must be
300+
+
301+
- `JWT`
302+
303+
+
304+
For access tokens, this must be one of
305+
+
306+
- `JWT`
307+
- `at+jwt`
298308

299309
[[jwt-validation-payload]]
300310
===== Payload claims

0 commit comments

Comments
 (0)