Skip to content

Commit

Permalink
[DOCS] Adds authentication settings (elastic#96475)
Browse files Browse the repository at this point in the history
* [DOCS] Adds authentication settings

* Review comments

* Review comments

* Review comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
KOTungseth and kibanamachine committed Apr 12, 2021
1 parent bc8c0f9 commit b94a4cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b94a4cf

Please sign in to comment.