mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Adds authentication settings (#96475)
* [DOCS] Adds authentication settings * Review comments * Review comments * Review comments Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
bc8c0f92dc
commit
b94a4cf3ef
1 changed files with 21 additions and 0 deletions
|
@ -26,6 +26,27 @@ screens, and authorization using <<kibana-privileges>>. To disable
|
|||
Set to `true` to enable audit logging for security events. By default, it is set
|
||||
to `false`. For more details see <<xpack-security-audit-logging>>.
|
||||
|
||||
[float]
|
||||
[[authentication-security-settings]]
|
||||
==== Authentication security settings
|
||||
|
||||
You configure the authentication settings in the `xpack.security.authc.providers` namespace. For more information, refer to <<kibana-authentication>>.
|
||||
|
||||
`xpack.security.authc.providers`::
|
||||
Specifies the types of authentication providers.
|
||||
+
|
||||
For example:
|
||||
+
|
||||
[source,yml]
|
||||
--------------------------------------------------
|
||||
xpack.security.authc.providers: [saml, basic, oidc]
|
||||
--------------------------------------------------
|
||||
|
||||
`xpack.security.authc.saml.realm`::
|
||||
When specified in `xpack.security.authc.providers`, the SAML realm in {es} that the `saml` provider should use.
|
||||
|
||||
`xpack.security.authc.oidc.realm`::
|
||||
When specified in `xpack.security.authc.providers`, the OpenID Connect realm in {es} that the `oidc` provider should use.
|
||||
[float]
|
||||
[[security-ui-settings]]
|
||||
==== User interface security settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue