LDAP Authentication

Without Plotly OAuth, is it possible to do LDAP authentication?

I am not sure abort Plotly OAuth, but you could use Keycloak.

Yes, it’s possible!

I implemented LDAP in Plotly by creating a reverse proxy with Node.js, which allows you to separate the authentication logic from the Dash app:

Source code and instructions are available here.

Nice implementation, @edub .
For what it’s worth, LDAP is a built-in product within Dash Enterprise. For those interested, you can read more about it on the authentication page.