Role based user permits #31235
Replies: 1 comment
-
Hey @pradnyasuryakurane! 👋 I'm here to help you with any bugs, questions, or contributions you have while waiting for a human maintainer. Let's tackle this together! To integrate role-based access from your OAuth system with Superset and restrict user access to specific dashboards based on their roles, you can follow these steps:
By following these steps, you can effectively integrate your OAuth roles with Superset and control dashboard access based on user roles. |
Beta Was this translation helpful? Give feedback.
-
Hi, we have an oauth based system where we have many kinds of roles predefined. I would like to integrate these roles with Superset. In other words, my user should be able to sign in to our application, and based on his role, he should be able to access the dashboards. So basically, I have many dashboards with many users and I want to restrict each user to some particular dashboards based on their roles from our system. What should be my approach?
Beta Was this translation helpful? Give feedback.
All reactions