keycloak-services Questions
2
Solved
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 application using a specific client...
Multifold asked 15/12, 2017 at 18:1
2
I configured the kubernetes init container that imports an existing Realm, and override the one that is in environment already.
I'm using this command:
/opt/keycloak/bin/kc.sh import --file=/opt/ke...
Deepdyed asked 17/6, 2022 at 10:37
4
Solved
I am using the latest keycloak image in docker and can access the standard admin console at http://localhost:9080. However, I cant seem to access any of the paths specified in the documentation for...
Thomasinathomasine asked 29/1, 2018 at 17:54
3
I was able to create user in Keycloak by posting a json containing only 1 user using postman.
http://localhost:8080/auth/admin/realms/master/users
But when i tried to create more than 1 user b...
Chronicles asked 4/2, 2019 at 8:10
3
Solved
I'm using Keycloak's Java keycloak-admin-client and I'm wanting to set up some protocol mappers for my realm's client.
The Java API exposes this class to create a protocol mapper and then the follo...
Artist asked 26/3, 2021 at 17:54
2
Solved
Im looking at the new Keycloak Beta 4 API. When i get the users account information, what is referred to as 'id' in the web ui comes back as 'sub' in the account object.
{ sub: '25a37fd0-d10e-40ca...
Postmark asked 17/5, 2018 at 17:21
7
I am working on creating an angular.js web application and looking for how to integrate keycloak into the project. I have read and watched many tutorials and I see that most of them have users logg...
Robey asked 6/9, 2016 at 19:16
4
I have included the keycloak.js in the head of my index page. Upon a successful login I am redirected back to my defined redirect url where authenticated is equal to true. However, after about 5 se...
Yellowthroat asked 22/8, 2018 at 2:20
3
I've spent a lot of time trying to find a way to limit the access for web services secured by Keycloak based on user groups or roles. The closest I got for the solution was to implement a custom au...
Preempt asked 16/12, 2020 at 21:3
2
I am exploring keycloak and I want to build an application that was based on user mobile number, SMS OTP should go to the user for authentication. I am not finding any where.
Hilbert asked 27/8, 2019 at 12:26
4
I have two applications App1 and App2 which interacts with keycloak for authentication of users.
I want to display application name on keycloak login page.
Eg.: if the user is logging into App1,...
Fafnir asked 13/6, 2018 at 9:5
3
I have the following situation:
My application consists in a frontend and a backend micro service, which both authenticate themselves via the same realm on one keycloak server. This set-up has been...
Magnitogorsk asked 24/8, 2021 at 14:44
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
1
i have below code that gets executed when an admin is creating or deleting a user in the keycloak UI.
Through the help of the adminEvent: http://www.keycloak.org/docs/3.0/server_admin/topics/events...
Anetta asked 22/3, 2018 at 6:42
6
Solved
I know keycloak has exposed below api,
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-services</artifactId>
<version>2.0.0.Final</versi...
Shanley asked 14/7, 2016 at 10:35
5
Solved
I'm using Angular 8.0.3 and keycloak 6.0.1 to make the front authentication.
Problem
I managed to get to the keycloak login page from my application. After logging in with my login details, an er...
Miran asked 24/11, 2019 at 14:17
1
Solved
There are lot of resources on how to create templates for the welcome screen, login and email etc but so far I have not been able to find anything how can I customize and extend the admin client it...
Digamy asked 22/5, 2020 at 21:14
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
4
Solved
We've decided to move to KeyCloak for our identity and access management solution, rather than implement it entirely within our Java EE web app. We're creating a multi-tenant solution, and would pr...
Alasteir asked 25/7, 2018 at 14:53
3
I was able to get the username by using:
@Autowired
private HttpServletRequest request;
Principal user = request.getUserPrincipal();
mqMessage.setUserName(user.getName());
But I want to get t...
Speculation asked 5/3, 2018 at 7:21
2
I am trying to get user profile picture and other information those who logged-in using Identity provider like Google or Facebook in my AngularJs application using Keycloak authentication.
Bibliogony asked 15/3, 2017 at 11:7
3
Solved
Recently my application using Keycloak stopped working with a 400 token request after authenticating.
What I found so far is that within the token request, the Keycloak cookies (AUTH_SESSION_ID, K...
Roguish asked 10/3, 2020 at 16:42
0
Am using keyclock as an authorization manager. If logged in as user (user1) and try to login again after 1 day it will redirect to login page (SSO fails) when enter new user credentials(user2) its ...
Dariadarian asked 15/9, 2021 at 13:49
4
Solved
I am trying to access the create a user in the keycloak programmatically. But I am getting 403 as a status code. I am following the below link.
https://technology.first8.nl/programmatically-adding...
Dunlop asked 27/3, 2018 at 11:22
© 2022 - 2024 — McMap. All rights reserved.