:PROPERTIES: :ID: e0695c59-6fd5-4074-81ca-8e14ec965bbd :mtime: 20230521180042 :ctime: 20230520122106 :END: #+title: keycloak * Introduction Service open-source de gestion d'authentification et d'accès. * Installation ** Application #+BEGIN_SRC shell apt install openjdk-19-jre cd /opt/ wget https://github.com/keycloak/keycloak/releases/download/21.1.1/keycloak-21.1.1.zip unzip keycloak-21.1.1.zip cd keycloak-21.1.1 # bin/kc.sh start-dev cat >/opt/keycloak/conf/keycloak.conf < proxy=edge hostname=login.adrien.run http-host=127.0.0.1 http-port=9090 hostname-strict-https=false EOF bin/kc.sh build cat >/lib/systemd/system/keycloak.service <