Part-DB / Part-DB-server

Part-DB is an Open source inventory management system for your electronic components
https://docs.part-db.de/
GNU Affero General Public License v3.0
891 stars 96 forks source link

LDAP Integration #590

Closed Jedi1714 closed 5 months ago

Jedi1714 commented 5 months ago

Hi, I don't have clear how I can configure correctly my Part-DB using LDAP users. Do you have any specific protocol or documentation for that?

Thanks an advance

Daniel

jbtronics commented 5 months ago

Part-DB can not use LDAP directly (as LDAP is not really a good protocol for web application). However Part-DB supports single sign on via SAML.

If you setup a SAMl identity provider like keycloak you can configure it to use LDAP as backend. Part-DB can then use keycloak as identity provider to allow authentication of users from an LDAP.

https://docs.part-db.de/installation/saml_sso.html

Jedi1714 commented 5 months ago

Hi,

OK, Thanks for your fast answer. I try to configure using SAML