From b1219d3b8169dfc04a051790b21d05d8d29bb98a Mon Sep 17 00:00:00 2001
From: Anthony <anthony.geourjon@tetras-libre.fr>
Date: Thu, 23 May 2024 14:39:31 +0000
Subject: [PATCH] Update README.md

---
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README.md b/README.md
index 7789324..d0293b5 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,23 @@ To set up SSO with dolibarr you need folow this insctruction :
 4. Configure the authentication methods in conf.php (dolibarr_src/htdocs/conf/conf.php) and add openid_connect. `$dolibarr_main_authentication='openid_connect'`
 
 For many information, folow the [dolibarr tutorial](https://wiki.dolibarr.org/index.php?title=Authentication,_SSO_and_SSL#Mode_openid_connect)
+
+
+### Config KeyCloak Dolibarr Prod (WIP)
+
+- Realm settings > Login, activer 
+   - Forgot password 
+   - Remember me 
+   - Email as username 
+   - login with email 
+   - verify email
+- Realm settings > Email, ajouter parametres SMTP + infos de connexions
+- Realm settings > Theme, ajouter un thème couleurs FFCU
+- Users 
+- Client > account-console > sttings
+   - Définir web origins à *
+
+
+### Config Dolibarr Prod 
+
+- Choisir l'email comme méthode préféré de matching
-- 
GitLab