About 10,900 results
Open links in new tab
  1. Admin REST API | keycloak-documentation

    May 10, 2012 · Admin REST API Keycloak comes with a fully functional Admin REST API with all features provided by the Admin Console. To invoke the API you need to obtain an access …

  2. 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 …

  3. How to create enabled users in Keycloak via API calls?

    Apr 22, 2024 · I’m trying to create a new user in a Keycloak 22.0.3 server via API calls. My code is mostly working, in that it manages to create the user and it manages to add the user to a …

  4. How to get custom attributes for a user in Keycloak using the …

    Feb 17, 2023 · 3 You can get the user attributes with the get users endpoint from Admin Rest API: GET /{realm}/users with the query parameters, exact=true and username. Step-by-Step: You …

  5. Keycloak API: Getting updated access token using refresh token …

    Feb 5, 2024 · Keycloak API: Getting updated access token using refresh token returns 401 Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 6k times

  6. keycloak - How can i create user with multiple Client roles in a …

    Mar 2, 2022 · I want to create a user and assign a client role with it in a single API in Keycloak I have attached the details. Unfortunately, it is impossible to do that with a single API call, even …

  7. How to get users by custom attributes in keycloak?

    Feb 13, 2019 · Step-by-step with Keycloak Admin API versions from 15.1.0 upwards To use the Keycloak Admin REST API, you need an access token from a user with the proper …

  8. How to activate the REST API of keycloak? - Stack Overflow

    Nov 13, 2018 · I have installed keycloack server 4.3.4. How to activate the REST API of keycloak (Add a user, enabled user, disabled a user ...) ? Regards

  9. Resources, scopes, permissions and policies in Keycloak

    Feb 12, 2017 · Keycloak is working great for us in production (so far) with the exception of authorization, which was really difficult to relate to my actual problems. But I agree, there is …

  10. Keycloak :REST API call to get access token of a user through …

    Jul 1, 2020 · Keycloak :REST API call to get access token of a user through admin username and password Asked 5 years, 5 months ago Modified 2 years, 5 months ago Viewed 21k times