Dash authentification with ldap

Hello friends ! i need to perform user authetification with ldap using dash plotly
i created a multiple page dashboard but i need to do ldap authentification

Is it possible ?

1 Like

help my friends pleaaase !

1 Like

I had the same problem …
check if you need this

do you have a linkedin profile to talk ? mine is Firas Belaazi

My pleasure
I do not use it much , but here you go
https://www.linkedin.com/in/sanae-ouhmou-632b41231/

There are a ton of options. I have used Keycloak in the past for some cases, and authentication in different layers (e.g. via nginx) in others. How does your current infrastrukture look like?

Hello Emil ! i created the dash just i want to create a login page and verified with ldap server ! i didn t find any documentation about this

Yes, you can add LDAP. I recommend implementing it as a reverse proxy so you don’t have to modify your Dash app and can reuse the same code in other apps. I helped a customer implement this recently and released the source code and instructions.

The basic idea is that your reverse proxy will intercept all requests to your Dash app and will only allow access to those that have successfully authenticated: