From 4c6efcc06a859865546ffd3685435b48f5877b4e Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 11 Jan 2023 17:24:48 +1100 Subject: [PATCH] [Doc] Fix typo in the JWT realm doc (#92779) (#92807) The comparison of the shared secret value is case sensitive. --- x-pack/docs/en/security/authentication/jwt-realm.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/security/authentication/jwt-realm.asciidoc b/x-pack/docs/en/security/authentication/jwt-realm.asciidoc index c3d3f2ab4dfd3..2b33f5629e5b6 100644 --- a/x-pack/docs/en/security/authentication/jwt-realm.asciidoc +++ b/x-pack/docs/en/security/authentication/jwt-realm.asciidoc @@ -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