Questions tagged [keycloak-services]
608 questions
-1
votes
1 answer
why don't create an initial admin user in keycloak?
enter image description here
request url: http://localhost:8080/
request body form data:
username: admin
password: 12345
passwordConfirmation: 12345
stateChecker: HvbmSO7g6Qg13gLhqF-lStA_WBZDxOX6s5Yy3TB4XRg
error: POST http://localhost:8080/ 403…

HDR Cool
- 1
-1
votes
1 answer
Keycloak - large tokens - lazy role evaluation
I am currently using Keycloak (v11) as an identity broker for authentication and authorization. One issue I am facing is that the JWT tokens generated by Keycloak tend to get very large if a user has many roles. Currently, the project that uses…

mstaal
- 590
- 9
- 25
-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
Keycloak creating user for an existing realm?
I'm trying to create a user for an existing realm and client. Below, is what i tried. The URL, realm, username, password, clientId and clientSecret is correct. But it throws NotAuthorization exception on line var response = keycloak.realm( realm…

miador
- 358
- 1
- 5
- 20
-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…

user13702174
- 11
- 1
- 2
-1
votes
2 answers
How do you hide keycloak.json in URL
I'm currently setting up an angular4 project with keycloak integration. And so as I follow the examples from keycloak github repository (angular2-product-example), I created a keycloak.json client configuration file and uploaded it on my web…

czetsuya
- 4,773
- 13
- 53
- 99
-2
votes
1 answer
Keycloak should be deployed as a separate microservice, what does it mean?
What can it be for, what logic can be there?
I suppose there should be a connection to keycloak, maybe checking access to create roles and users, am I right or wrong?

Elektor
- 55
- 1
- 2
- 7
-3
votes
1 answer
Deployed custom EmailSender SPI in Keycloak results in NullPointerException at runtime
I'm currently working on our custom EmailSenderProvider SPI and I get a NullPointerException because the provider is not successfully instantiated at run time and returns null. We already have built a custom Federation Provider that works already…

Jonathan Lacdao
- 31
- 2