Skip to content

Commit c39a928

Browse files
authored
Fixes typo in JWT token doc (#2443)
## Overview This PR fixes a typo in the secret config by deleting an extra `1` at the end of the line. This was correct in the 8.x docs, for example: https://www.elastic.co/guide/en/elasticsearch/reference/8.19/jwt-auth-realm.html [Slack thread](https://elastic.slack.com/archives/CJE3WCFEH/p1754539786659949)
1 parent f243d8e commit c39a928

File tree

1 file changed

+1
-1
lines changed
  • deploy-manage/users-roles/cluster-or-deployment-auth

1 file changed

+1
-1
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Client authentication is enabled by default for the JWT realms. Disabling client
178178

179179
* The `shared_secret` value for `client_authentication.type`
180180

181-
(`xpack.security.authc.realms.jwt.jwt1.client_authentication.shared_secret1`)
181+
(`xpack.security.authc.realms.jwt.jwt1.client_authentication.shared_secret`)
182182
* The HMAC keys for `allowed_signature_algorithms`
183183

184184
(`xpack.security.authc.realms.jwt.jwt1.hmac_jwkset`)

0 commit comments

Comments
 (0)