Skip to content

Commit

Permalink
[7.3] [DOCS] Adds authentication settings (#96473)
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 19070c8 commit 0f6c7d7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@ 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 0f6c7d7

Please sign in to comment.