This commit is contained in:
Éloi Rivard 2020-08-19 14:13:10 +02:00
parent cfd02ab81c
commit abd6a4ce6e

View file

@ -2,7 +2,11 @@
oidc-ldap-bridge is a simple OpenID Connect provider based upon OpenLDAP.
It authenticates your LDAP users, and do not need any additional database to work. Everything is stored in your OpenLDAP server.
It aims to be very light, simple to install and simple to maintain. Its main features are :
- OAuth/OpenID Connect support.
- Authentication against a LDAP directory.
- No additional database requirerequired. Everything is stored in your OpenLDAP server.
- The code is easy to read and easy to edit in case you want to write a patch
## Install