Skip to content

Commit aee8933

Browse files
committed
Add doc reference for client_auth_method
Support for additional Client authentication methods was added in the OIDC realm in elastic#58708. This change adds the `rp.client_auth_method` in the realm settings reference doc.
1 parent c537e5f commit aee8933

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/settings/security-settings.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,14 @@ at the OpenID Connect Provider.
16331633
The OAuth 2.0 Client Secret that was assigned to {es} during registration
16341634
at the OpenID Connect Provider.
16351635

1636+
// tag::rp-client-auth-method-tag[]
1637+
`rp.client_auth_method` {ess-icon}::
1638+
(<<static-cluster-setting, Static>>)
1639+
The Client authentication method used by elasticsearch as a client to authenticate
1640+
to the OpenID Connect Provider. Can be `client_secret_basic`, `client_secret_post`,
1641+
or `client_secret_jwt`. Defaults to `client_secret_basic`.
1642+
// end::rp-client-auth-method-tag[]
1643+
16361644
// tag::rp-redirect-uri-tag[]
16371645
`rp.redirect_uri` {ess-icon}::
16381646
(<<static-cluster-setting,Static>>)

0 commit comments

Comments
 (0)