Hi all,
I have a use case like this:
In my web app, I have a button called ‘Analytics’, when I click this button it will open a new browser tab that is Redash app.
Is there any way that I can auto login to Redash without forcing user to enter credentials again?
My web app is already authenticated user with JWT, can I just pass the token to Redash and Redash will recognize it and login to the dashboard?
I’m not sure if it’s a right way to do this.
Many thanks in advance.

Not without hacking some of the code. Redash supports single-sign on via SAML. So you could possibly reduce “enter[ing] credentials” to one click. But Redash doesn’t support bypassing the login screen completely.