Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Adds authentication settings #96475

Merged
merged 5 commits into from
Apr 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
KOTungseth marked this conversation as resolved.
Show resolved Hide resolved
[[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