DOCS Link to kib reference from es reference on PKI authn (#46260)
This commit is contained in:
parent
034a37aa01
commit
1a29711b06
|
@ -5,7 +5,7 @@
|
|||
<titleabbrev>Delegate PKI authentication</titleabbrev>
|
||||
++++
|
||||
|
||||
Implements the exchange of an {@code X509Certificate} chain into an {es} access
|
||||
Implements the exchange of an _X509Certificate_ chain into an {es} access
|
||||
token.
|
||||
|
||||
[[security-api-delegate-pki-authentication-request]]
|
||||
|
|
|
@ -246,7 +246,9 @@ NOTE: PKI authentication delegation requires that the
|
|||
`xpack.security.authc.token.enabled` setting be `true` and that SSL/TLS be
|
||||
configured (without SSL/TLS client authentication).
|
||||
|
||||
NOTE: {kib} also needs to be configured to allow PKI certificate authentication.
|
||||
NOTE: {kib} also needs to be
|
||||
{kibana-ref}/kibana-authentication.html#pki-authentication[configured to allow
|
||||
PKI certificate authentication].
|
||||
|
||||
A PKI realm with `delegation.enabled` still works unchanged for clients
|
||||
connecting directly to {es}. Directly authenticated users, and users that are PKI
|
||||
|
|
Loading…
Reference in New Issue