forked from Github-Mirrors/canaille
readme
This commit is contained in:
parent
cfd02ab81c
commit
abd6a4ce6e
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
oidc-ldap-bridge is a simple OpenID Connect provider based upon OpenLDAP.
|
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
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue