keycloak-rest-api Questions
2
Solved
I would like to update/add password policy through Keycloak RestAPI.
I went through the docs, but it looks like that I may only retrieve the list of password policy through APIs. Any other possible...
Amorist asked 31/3, 2021 at 9:30
6
Solved
I am trying to get the REST API of keycloak to work.
Thanks to this post I was able to get the token. But when trying the example for the list of users in the first answer, I get the error:
"e...
Roryros asked 4/1, 2022 at 10:2
2
I have an Express.js CRUD application and I use Keycloak 18.0.2 for identity management. Keycloak handles Google and Facebook Single Sign-On (SSO) for my application, and all authentications are ma...
Sapheaded asked 13/6, 2023 at 9:10
4
Solved
I want to configure a custom theme for login, register and forgot password pages in keycloak on kubernetes.
I am using the following url and configuration for keycloak on kubernetes.
https://www.ke...
Rata asked 6/4, 2021 at 7:12
8
I have a mobile app(react-native), a resource service(spring boot) and Keycloak Authenticatioin Service(Auth-Service).
Client makes authentication directly with Auth-Service and gets the access to...
Scarletscarlett asked 23/5, 2020 at 1:38
6
Solved
I create token using http://localhost:8080/auth/realms/{realm_name}/protocol/openid-connect/token endpoint.
grant_type=client_credentials
client-id: ------------
client-secret: 78296d38-cc82-4010-a...
Mutule asked 3/3, 2021 at 6:54
3
I have a requirement where I need to get an access token of a user.
I am aware of the admin username and password and hence can get the access token of the admin.
Is there any rest API that can pro...
Kappenne asked 1/7, 2020 at 18:46
0
Keycloak 20.0.5
Problem statement
On local i have set up keyclocak cluster with two nodes i am using following infinispan configuration. But access token generated by one node can't be introspected...
Erlina asked 15/4, 2023 at 18:51
2
Solved
I want to use Keycloak as an authentication system to register, log in, and overall maintain the users of my app which consists of React.js in the frontend and Spring Boot in the backend. The users...
Feuchtwanger asked 12/4, 2023 at 20:0
2
firstly i'd Like to apologise for typos, writing thing on a tablet pc on a plain.
I'm building a springboot app secured by a Keycloak service.
I need my end-user to be able to create an keycloak Us...
Gorgonzola asked 13/9, 2020 at 18:43
1
Desired result:
User should be able to register and then he should be able to login thrugh a mobile app (event if the email address isn't verified), the app shows a warning that email isn't verifie...
Tasso asked 26/7, 2020 at 15:27
2
Solved
Is possible to have user in one realm to manage another realm in keycloak?
My goal is to have 2 realms - adminRealm & userRalm. In adminRealm should be users, which will be able to log in to o...
Chromatograph asked 13/5, 2020 at 14:27
2
I am new to this keycloak user management.
Basically I want to fetch users using "IN" condition on username field
Christiachristian asked 6/9, 2021 at 12:2
2
Solved
I am using Keycloak API and I have a use case where I need to get the number of members in a group, before fetching all users.
Unfortunately, both endpoints GET /{realm}/groups/{id}/members and GET...
Teazel asked 7/10, 2020 at 14:57
2
Solved
I'am learning oauth 2.0 and used keycloak as authorization server.whenever I'am sending following request:-
http://localhost:7070/auth/realms/developer/protocol/openid-connect/auth?client_id=tcs&am...
Disbursement asked 13/12, 2021 at 9:16
2
Solved
I have deployed keycloak on my EKS cluster and able to access dashboard successfully and created a new realm already.
So I thought of testing my keycloak, and went to https://www.keycloak.org/app/ ...
Pelf asked 14/1, 2021 at 0:33
2
Solved
I followed this tutorial to setup Keycloak and create user but the response for the step of Generating Access Tokens With Keycloak's API 404. I'm using Keycloak version 18.0.0
In the logs of keyclo...
Wiese asked 12/6, 2022 at 21:59
2
I am trying to find a way to import a realm in Keycloak version 17.0.1 that can be done at starting up a docker container (with docker-compose). I want to be able to do this in "start" mo...
Insurance asked 4/4, 2022 at 22:56
3
I am using Keycloak to secure my react front-end and node.js back-end. These clients are protected using role based authorization.
My front-end application registered in Keycloak as a public clien...
Callicrates asked 10/6, 2020 at 8:51
1
We use Keycloak 12.02 for this test.
The idea is that we have a lot of customers, that we all have in their own realms. We want to be able to impersonate a user in any non-master realm for an admin...
Fumigator asked 18/1, 2021 at 14:14
1
Solved
Our backend is currently using the KeyCloak Admin Client API (Java) to
Create users
Create roles
Assign roles to users
Executing actions emails (“UPDATE_PASSWORD”, “UPDATE_PROFILE”, “VERIFY_EMAIL”...
Harker asked 8/4, 2021 at 14:22
2
Solved
I implemented keycloak in my node.js project and call following API for add user in keycloak:
{{keycloak_url}}/admin/realms/{{realm}}/users
This API works and I can add user in keycloak but I need ...
Cerebellum asked 22/5, 2021 at 9:22
3
Solved
I am using a setup with Keycloak as Identity Provider, Spring Cloud Gateway as API Gateway and multiple Microservices.
I can receive a JWT via my Gateway (redirecting to Keycloak) via http://localh...
Fiscal asked 23/6, 2020 at 8:20
2
Solved
When creating a new client in Keycloak service through sending the post request to /{realm}/clients, both clientId and id are optional fields in post body.
If I didn't specify them, keycloak will g...
Slavic asked 9/3, 2021 at 22:24
1
Solved
I need to add user consent in keycloak user when user is created. I am using API
http://localhost:8080/auth/admin/realms/master/users
and Turn on and try to create the users but I am getting error ...
Processional asked 26/5, 2021 at 3:43
1 Next >
© 2022 - 2024 — McMap. All rights reserved.