Skip to content

Keycloak

Keycloak Open Source Identity and Access Management

Access

It is available at https://{% if keycloak.domain %}{{ keycloak.domain }}{% else %}{{ keycloak.subdomain + "." + domain }}{% endif %}/ or http://{% if keycloak.domain %}{{ keycloak.domain }}{% else %}{{ keycloak.subdomain + "." + domain }}{% endif %}/

{% if enable_tor %} It is also available via Tor at http://{{ keycloak.subdomain + "." + tor_domain }}/ {% endif %}

Security enable/disable https_only and auth

To enable https_only or auth set the service config to True settings/config.yml

keycloak:
  https_only: True
  auth: True

Information

Tutorial on how to setup Keycloak for a Service


Last update: January 6, 2022