Skip to content
Snippets Groups Projects
Select Git revision
  • 1df2fbb876d45e9a7dfa60e27fa2ef39938e03cd
  • main default protected
  • sysadmin-154-healthcheck
  • anthony-main-patch-96418
4 results

README.md

Blame
  • Anthony's avatar
    Anthony authored
    d8cbbd88
    History

    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

    1. Clone this repository
    2. cp .env.sample .env
    3. 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) https://gitlab.tetras-libre.fr/nocloud/service-desk/-/blob/master/.gitlab/issue_templates/KEYCLOAK_connexion_dolibarr.md?ref_type=heads

    Create realm, first user and connect first application

    Follow the official get started tutorial