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

start poc of SSO with keycloak in dolibarr

parent 11617681
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,12 @@ chmod -R a-w dolibarr/htdocs/conf/
touch dolibarr/documents/install.lock
```
## SSO with keycloak
to use sso with keycloak :
1. add `keycloak.yml` in `COMPOSE_FILE` constant in `.env` file
2. set in `dolibarr_src/htdocs/config/conf.php` `$dolibarr_main_authentication='openid_connect,dolibarr'`
3. Configure keycloak and dolibarr [tutorial of dolibarr](https://wiki.dolibarr.org/index.php?title=Authentication,_SSO_and_SSL#Mode_openid_connect)
## Databases (For developpement)
There is a `dumps/` directory in this repository holding dumps from dev the instances of Dolibarr we use
......
../sso/keycloak.yml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment