Superset session creation using keycloak authentication for a third party application. #30556
Unanswered
praveer38
asked this question in
Q&A / Help
Replies: 1 comment
-
To authenticate a Superset session using Keycloak before exposing the dashboard to a third-party application, you can follow these steps:
This setup will allow Superset to authenticate users via Keycloak before exposing the dashboard to a third-party application [1]. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From our application we are trying to show the superset dashboard using but currently we are using the public user role. How can we call the dashboard but authenticate the session before exposing the dashboard? The authentication we want to use is keycloak.
Beta Was this translation helpful? Give feedback.
All reactions