We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156d5da commit 556408eCopy full SHA for 556408e
docs/reference/security/authentication/jwt-realm.asciidoc
@@ -294,7 +294,17 @@ token.
294
as `HS256`. The algorithm must be in the realm's allow list.
295
296
`typ`::
297
-(Optional, String) Indicates the token type, which must be `JWT`.
+(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
307
+ - `at+jwt`
308
309
[[jwt-validation-payload]]
310
===== Payload claims
0 commit comments