To not persist LDAP accounts passwords locally #29664
Replies: 1 comment 2 replies
-
سلام @behdadkh, من اینجا هستم تا کمکتون کنم در انتظار یک مدیر انسان برای رفع این مشکل. To prevent Superset from persisting LDAP account passwords locally and fully rely on LDAP for authentication and role mapping, you can configure Superset to use LDAP without storing any account information locally. Here’s how you can achieve this:
This configuration ensures that Superset uses LDAP for authentication and role mapping without storing any account information locally. User roles are synced at each login, and no passwords are stored in the Additionally, ensure that your Superset instance is configured to handle user session management and authentication tokens securely when using LDAP as the authentication backend [1]. |
Beta Was this translation helpful? Give feedback.
-
So we are about to integrate Superset with our org LDAP for authentication and role mapping.
While testing the integration locally, I noticed that Superset persist the LDAP accounts password in
ab_user
table! even though the value is encrypted, I assume this is a big NO for any organization to have a copy of its employees credentials sitting somewhere.First, I'd like to verify if my assumption on Superset LDAP integration is correct.
And, what are my alternatives? is there any way to prevent Superset from persisting any account information locally and fully rely on LDAP as its source of truth?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions