I have SAML configured between a hosted Kibana cluster, ElasticSearch Cloud, and AzureAD. Authentication works perfect but, if a user has a dashboard open and set to auto-refresh, they are logged out after 20 minutes.
I've set "idp.use_single_logout: False" so it no longer logs them out of AzureAD, but they are still redirected to the Kibana home page every 20 minutes.
I tried to modify the token timeout setting in ES but get an error "'xpack.security.authc.token.timeout': is not allowed"
How can I disable session timeout for SSO users?