About 29,400,000 results
Open links in new tab
  1. What are Keycloak's OAuth2 / OpenID Connect endpoints?

    Feb 22, 2015 · We are not interested in using Keycloak's own client library, we want to use standard OAuth2 / OpenID Connect client libraries, as the client applications using the …

  2. keycloak - Keyclaok Health Check not working on version 26

    May 27, 2025 · I am using Keycloak 26 on Docker (locally) and the health check does not work. According to documentation, I added this configuration for it: - KC_HEALTH_ENABLED=true - …

  3. How to configure Keycloak 18 running http only in production …

    May 30, 2022 · I have the situation that I run Keycloak 18.0.0 behind a reverse proxy that is terminating the secure (https) connection. Therefore I would like to build a Docker image that …

  4. Keycloak lost admin password - Stack Overflow

    Aug 31, 2021 · I have a local test installation of keycloak 12 and unfortunately I've lost the admin password, any idea on how to reset it or reset the keycloak configuration without losing the …

  5. Should I use keycloak or not? - Stack Overflow

    Apr 2, 2018 · In addition, Keycloak is too much about the GUI - which makes it difficult for me, especially during development. Because I also want to provide my team with a local instance …

  6. How to authenticate in the Keycloak admin api? - Stack Overflow

    Apr 26, 2024 · Admin REST API To invoke the API you need to obtain an access token with the appropriate permissions. Examples of using CURL Authenticating with a username and …

  7. SOLVED: Keycloak + Spring Security OIDC Backchannel Logout: …

    Nov 7, 2023 · After reading that Keycloak doesn't initiate a Backchannel Logout if a session expires, I decided to add a filter to check the validity of the token and invalidate the session if …

  8. keycloak Invalid parameter: redirect_uri - Stack Overflow

    Jul 27, 2017 · According to the version 18 release note. Keycloak does not support logout with redirect_uri anymore. you need to include post_logout_redirect_uri and id_token_hint as …

  9. KeyCloak - How to add Role's attribute into a user JWT (Access …

    Your rational was good. Unfortunately, the problem is that Keycloak does not consider the role attributes to be user attributes. Consequently, your mapper of "user attribute" type has no …

  10. How are Keycloak roles managed? - Stack Overflow

    Dec 30, 2022 · Keycloak is a great tool, but it lacks proper documentation. So we have Realm.roles, Client.roles and User.roles How do there 3 work together when accessing an …