Questions tagged [keycloak-rest-api]

This tag should be used for questions related to the Keycloak Admin Rest API. For instance, "is there an endpoint where I can request X information about the users?"

The Keycloak features provided by the Admin Console can be triggered via the Keycloak's Admin Rest API.

472 questions
-1
votes
1 answer

How to add attribute to client in keycloak

I want to store a string in the client context (same like user attribute) so that I can retrieve it using client REST API but i want to store it via console. How can i add this new field in client?
Ankit Kumar
  • 11
  • 1
  • 1
-1
votes
1 answer

Get the username list from keycloak and save it to an array for later use

i am trying to write code to retrive all users who exist in the keycloak user list.i am getting all the users inside the keycloak. but i want to get only the usernames or ids from the full list of users and store that value inside an array which i…
-1
votes
1 answer

How to tun two instances of keycloak

My requirement is such that i have an application authenticated via keycloak. Suppose if my current keycloak fails i need a second instance of the keycloak to run in parallel without any downtime. Can someone provide some reference on how to create…
-2
votes
1 answer

Keycloak fastapi integation

I am trying to build an app, with fastapi. I was trying to use keycloak for authentication part, from fastapi_keycloak import FastAPIKeycloak, OIDCUser app = FastAPI() idp = FastAPIKeycloak( server_url="https://auth.some-domain.com/auth", …
-2
votes
1 answer

How to enable brute force detection in keycloak using kcadm?

I need to enable brute force detection in security defences tab in keycloak, but i dont want to enable it manually is there way to do it using kcadm ??? thankyou in advance!
Nikhil Lingam
  • 121
  • 2
  • 12
-2
votes
1 answer

Is there any login REST-API for user in keycloak?

Is there any login REST-API for created users in keycloak? I used API {{root}}/realms/{{realm}}/protocol/openid-connect/token but it gives only access token but I need full information of the user.
Dhaval
  • 868
  • 12
  • 22
-2
votes
1 answer

KeyCloak Admin Functionality in Python

Am trying to access Keycloak Admin for getting the user information with following code. Am getting 403 error while executing any GET commands.Can anyone help or have seen this in error. Am getting 'None' when am priniting,…
Rakesh Gupta
  • 139
  • 8
1 2 3
31
32