eubyte opened a new issue, #41209: URL: https://github.com/apache/superset/issues/41209
### Bug description With LDAP-based authentication: 1. Log in as an Admin user (e.g. admin_user), create a custom-role (e.g. custom_role) and assign a different user (e.g. gamma_user) to that role 2. Log out 3. Log in as 'gamma_user', and check if it has the 'custom_role' -- it does NOT 4. Log out 5. Log in as 'admin_user' again, list users and see if 'gamma_user' has 'custom_role' -- it does NOT It appeas that with LDAP-based authentoication, user-to-role assignments do NOT persist over different user sessions. What is particuralty troublesome is that under these circumstances Gamma users are NOT able to see any datasets/dashboards at all. Thank you! ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.11 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
