Listing 1: FreeIPA in Keycloak registrieren ### Registrierung der FreeIPA-Umgebung als OAuth 2.0 Client kcreg="/opt/keycloak/bin/kcreg.sh" ### Anmeldung als Keycloak admin kcreg config credentials --server https://$(hostname):8443/auth/ --realm master --user admin --password PassW0rd42 ### Registrierung der FreeIPA-Umgebung in Keycloak als OAuth 2.0 Client cat > /tmp/ipa_client.json