OS: 2.16
Hi Team,
I am trying to increase the SSO logout time from 1 hour(default) to 1 day but after adding the config also its the same behavior only.
idp - Azure
config:
added the below config at opensearch dashboard yaml
opensearch_security: cookie: secure: true ttl: 86400000 session: keepalive: true ttl: 86400000
i could see the related bug on github as well - Sessions expiration time · Issue #71 · opensearch-project/security-dashboards-plugin · GitHub