From 7df209e7571ab5985a116ddec3e135b6c1424107 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 17 Jul 2019 23:20:40 +0200 Subject: [PATCH] update redame from wiki.openid.net --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1fa26b4..b7e5d9d 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,14 @@ NEW REQUIREMENTS: - Minimal supported PHP version is 5.2.4 - For YubiKey support php-curl package is required + + +# Description +Community-ID is an OpenID implementation in PHP which is OpenID 2.0 compliant. + * Community-ID is build to 100% on Open Source software and is release under the BSD license. + * Users can keep track of their trusted sites and manage them. + * For Community-ID administrators statistics are available to track registration of new users, authorized users per day or the number of trusted sites. + * Administrators can set the site in maintenance mode or send emails to all registered users. + * For user data and authentication, admin can choose the default db storage, or to connect to an LDAP server + +source: "http://wiki.openid.net/w/page/12995226/Run%20your%20own%20identity%20server"