Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion docs/reference/security/authentication/jwt-realm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ 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 `JWT` or `at+jwt`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: unless its a pain because of asciidoc formatting, lets match the itemized format from: https://github.com/elastic/docs-content/pull/1124/files#diff-3761114bd79abf4acad1c5d598f9cbafc116580eeb95beeda3dc0f1466fdd5fcR221


[[jwt-validation-payload]]
===== Payload claims
Expand Down