Replies: 1 comment
-
Currently, there isn't a built-in feature in Superset to directly propagate the OIDC token to backend databases as an HTTP header during SQL Lab queries or dashboard rendering. Superset's configuration does not natively support modifying database connection requests to include custom HTTP headers or tokens [1][2]. However, you can explore using the For a more integrated solution, you might need to implement custom middleware or extend Superset's functionality to handle token propagation, but this would require significant customization and development effort. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Hello,
I set up Superset to login with keycloak and i would like to propagate the token obtained for the user when using sql lab or displaying dashboard to backend databases to authenticate the user with the same token.
Is there a simple way to do this with Superset ?
Beta Was this translation helpful? Give feedback.
All reactions