Skip to main content

Keycloak config

config.json:

{
"oidc_providers": {
"keycloak": {
"display_name": "Sign in with keycloak",
"provider_url": "https://keycloak.example.com/realms/master",
"client_id": "***",
"client_secret": "***",
"redirect_url": "https://semaphore.example.com/api/auth/oidc/keycloak/redirect"
}
}
}
  • #2308 — How to disable certificate validation for Keycloak server
  • #2314 — Option to disable TLS verification
  • #1496 — Log out from Keycloak session when logging out from Semaphore

Explore all Keycloak-related issues →

  • #1745 — Username differs from preferred_username in OpenID
  • #1030 — SAML support?

Explore all Keycloak-related discussions →