Skip to content

Commit

Permalink
[Doc] Fix typo in the JWT realm doc (elastic#92779) (elastic#92807)
Browse files Browse the repository at this point in the history
The comparison of the shared secret value is case sensitive.
  • Loading branch information
ywangd authored Jan 11, 2023
1 parent b44dfe3 commit 4c6efcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/docs/en/security/authentication/jwt-realm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ ascending order, where the realm with the lowest order value is consulted first.
Specifies the client authentication type as `shared_secret`, which means that
the client is authenticated using an HTTP request header that must match a
pre-configured secret value. The client must provide this shared secret with
every request in the `ES-Client-Authentication` header. The value must be a
case-insensitive match to the realm's `client_authentication.shared_secret`.
every request in the `ES-Client-Authentication` header. The header value must be a
case-sensitive match to the realm's `client_authentication.shared_secret`.

`allowed_issuer`::
Sets a verifiable identifier for your JWT issuer. This value is typically a
Expand Down

0 comments on commit 4c6efcc

Please sign in to comment.