Hi Srujish, We had a similar requirement at Safaricom and we documented our solution in the link below.
The short version of it is that we implemented a custom token provider that is also used to authenticate other services hence serving as an SSO provider. On the backend it performs the LDAP authentication. https://medium.com/@mmutiso/authenticate-apache-superset-with-a-custom-user-store-c4511ab0f798 On Thu, 21 May 2020 at 20:33, Srujish VS <[email protected]> wrote: > Hi Team, > > am integrating superset through LDAP, and i need to login through common > coockie which is shared for other web apps as well. Could you please let me > know how to change the code. >
