Keycloak
This is dockerised Keycloak system. Keycloak support openid_connect. It's designed to be connected to a Dolibarr instance and other partners applciations.
Setting up your environement
- Clone this repository
cp .env.sample .env
- Edit .env (host, keycloak admin credential and MariaDB password)
Launch environement
docker-compose up
Configuration
For realm creation, add custom theme and Dolibarr connection, see issue template (.gitlab/issue_templates)
Create realm, first user and connect first application
Follow the official get started tutorial