Okta saml logout

Hi, we are using version 2.17 with okta saml
opensearch_security.auth.type: ‘saml’
opensearch_security.cookie.secure: true
opensearch_security.cookie.ttl: 86400000
opensearch_security.session.ttl: 86400000
opensearch_security.session.keepalive: false

we have those vars but still you need to login after a while
any ideas?

Hi @taltsafrir,

Have you tried setting opensearch_security.session.keepalive to true?

You might also be interested in: Session timeout in Kibana SAML · Issue #159 · opensearch-project/security-dashboards-plugin · GitHub

Best,
mj

thank you, I set it to true but still have the issue
I think it’s because we are using opensearch version 2.16 with opensearch dashboards version 2.8

@taltsafrir, have you had a chance to bring your Dashboards to the same version as your OpenSearch?

best,
mj

No, because of this bug: [BUG] - OpenSearch Dashboard V2.15.0 - JSON.parse: bad escaped character · Issue #7367 · opensearch-project/OpenSearch-Dashboards · GitHub