How to enable SSO login in Superset using Keycloak access token? #36202
goliudaykumar
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I need some help with Superset + Keycloak SSO integration.
I’m working on a backend where I’m generating Keycloak access tokens for Superset after the user logs in through Keycloak from my frontend.
Currently:
When user login with frontend superset access token generated with keycloak. in frontend dashboard have one button for redirect superset. but when user clicks superset button it redirect to superset login page and asking login credentilas.
I have a few questions and would appreciate any guidance:
Is it possible for Superset to log in directly using a Keycloak access token?
Can Superset decode/validate the Keycloak JWT access token and create a user session automatically?
If not, what is the correct way to implement SSO between Superset and Keycloak, so that users don’t have to log in again?
Any suggestions, best practices, or examples would be really helpful.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions