From 6a160b1147f293734112e1f97662748a9de22b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 13 Nov 2020 10:56:29 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52b86c93..7fc6989e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ as in *Can I access your data?* Canaille is a simple OpenID Connect provider based upon a LDAP database. It aims to be very light, simple to install and simple to maintain. Its main features are : -- Authentication against a LDAP directory; -- OAuth/OpenID Connect support; +- Authentication and user profile edition against a LDAP directory; +- OpenID Connect support; - No outdated or exotic protocol support; - No additional database required. Everything is stored in your LDAP server; - The code is easy to read and easy to edit.