Hello,

Can we force all users to logout from application? We are using saml and users once logged in, they keep logged in for infinite time.

This isn’t supported from the application itself. But Redash uses Flask-login so you can likely add this ability yourself. This SO link might be helpful.