Skip to content

Commit

Permalink
[DOCS] Fix Kibana timeout settings refs (#68594) (#68598)
Browse files Browse the repository at this point in the history
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
  • Loading branch information
jrodewig and legrego committed Feb 5, 2021
1 parent f2a836e commit 9df49e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions x-pack/docs/en/security/authentication/oidc-guide.asciidoc
Expand Up @@ -516,9 +516,13 @@ interface, you must configure {kib} to use a `https` URL to connect to {es}, and
you may need to configure `elasticsearch.ssl.certificateAuthorities` to trust
the certificates that {es} has been configured to use.

OpenID Connect authentication in {kib} is also subject to the
`xpack.security.sessionTimeout` setting that is described in the {kib} security
documentation, and you may wish to adjust this timeout to meet your local needs.
OpenID Connect authentication in {kib} is subject to the following timeout settings in
`kibana.yml`:

- {kibana-ref}/xpack-security-session-management.html#session-idle-timeout[`xpack.security.session.idleTimeout`]
- {kibana-ref}/xpack-security-session-management.html#session-lifespan[`xpack.security.session.lifespan`]

You may want to adjust these timeouts based on your security requirements.

The three additional settings that are required for OpenID Connect support are shown below:

Expand Down
10 changes: 7 additions & 3 deletions x-pack/docs/en/security/authentication/saml-guide.asciidoc
Expand Up @@ -744,9 +744,13 @@ interface, you must configure {kib} to use a `https` URL to connect to {es}, and
you may need to configure `elasticsearch.ssl.certificateAuthorities` to trust
the certificates that {es} has been configured to use.

SAML authentication in {kib} is also subject to the
`xpack.security.sessionTimeout` setting that is described in the {kib} security
documentation, and you may wish to adjust this timeout to meet your local needs.
SAML authentication in {kib} is subject to the following timeout settings in
`kibana.yml`:

- {kibana-ref}/xpack-security-session-management.html#session-idle-timeout[`xpack.security.session.idleTimeout`]
- {kibana-ref}/xpack-security-session-management.html#session-lifespan[`xpack.security.session.lifespan`]

You may want to adjust these timeouts based on your security requirements.

The three additional settings that are required for SAML support are shown below:

Expand Down

0 comments on commit 9df49e7

Please sign in to comment.