sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.36k stars 263 forks source link

User authentication using LDAP #645

Closed wachtell closed 4 months ago

wachtell commented 4 months ago

Thank you for linkding 😃 I wondered if there is any possibility to user authenticate using Active Directory or LDAP?

sissbruecker commented 4 months ago

Currently linkding only allows you to configure an authentication proxy, if that proxy supports those, then yes. Otherwise this is tracked in https://github.com/sissbruecker/linkding/issues/177.

wachtell commented 3 months ago

Thank you!