Skip to content

Commit fddc43f

Browse files
update JWT realm docs to include at+jwt support
1 parent 312dac4 commit fddc43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ 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. For an ID token, this must be `JWT`; for access tokens, this must be `JWT` or `at+jwt`.
298298

299299
[[jwt-validation-payload]]
300300
===== Payload claims

0 commit comments

Comments
 (0)