From abd6a4ce6e8f5b18b331509e9ab47b74f2e09367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 19 Aug 2020 14:13:10 +0200 Subject: [PATCH] readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 303e41cf..725415a5 100644 --- a/README.md +++ b/README.md @@ -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