Skip to content

Commit d98662a

Browse files
adjust formatting to match v9 docs
1 parent fddc43f commit d98662a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
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. For an ID token, this must be `JWT`; for access tokens, this must be `JWT` or `at+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)