Skip to content
Snippets Groups Projects
Commit fed4824e authored by Elian Loraux's avatar Elian Loraux
Browse files

documentation of user creation

parent c1f675b0
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,9 @@ To secure the first application, folow [this tutorial](https://www.keycloak.org/
### Set up
To set up SSO with dolibarr you need folow this insctruction :
1. Generate the dolibarr variable with `dolibarr_variables.py`. If you don't know where to find the information requested by the script, see Prerequisites
2. Put generated variable in dolibarr > Setup > Other Setup
3. Configure the authentication methods in conf.php (dolibarr_src/htdocs/conf/conf.php) and add openid_connect. `$dolibarr_main_authentication='openid_connect'`
1. Create user with the same username in dolibarr and keycloak
2. Generate the dolibarr variable with `dolibarr_variables.py`. If you don't know where to find the information requested by the script, see Prerequisites
3. Put generated variable in dolibarr > Setup > Other Setup
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment