elastic/kibana

Option to continue session if browser / tab is closed

Open

#36,573 创建于 2019年5月15日

在 GitHub 查看
 (4 评论) (7 反应) (0 负责人)TypeScript (8,021 fork)batch import
Feature:Security/AuthenticationTeam:Securityenhancementgood first issue

仓库指标

Star
 (19,065 star)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 999 个 PR)

描述

With xpack.security.sessionTimeout, you can extend the session timeout but it will always log out if the tab or browser window is closed. There are many systems (Slack, Skype, etc.) that connect via SSO that will keep the connectivity because the login credentials are kept by the system.

The original user making this request is hooking up Kibana/Elastic to SAML, and are finding that browser restarts always invalidate their sessions. This is as-designed per https://www.elastic.co/guide/en/kibana/current/security-settings-kb.html, but this user would like to have that behavior changed or changeable.

贡献者指南