[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:
Kaarina Tungseth 2021-04-12 11:18:16 -05:00 committed by GitHub
parent bc8c0f92dc
commit b94a4cf3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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