keycloak Questions
10
Solved
I am calling /auth/realms/master/protocol/openid-connect/token to get access token by sending below content in body,
grant_type=password&client_id=example-docker-jaxrs-app&username=user&...
Beaver asked 1/3, 2017 at 5:48
4
Solved
I am trying to deploy keycloak using docker image (https://hub.docker.com/r/jboss/keycloak/ version 4.5.0-Final) and facing an issue with setting up SSL.
According to the docs
Keycloak image a...
Linettelineup asked 6/10, 2018 at 1:36
2
Solved
Keycloak configuration and data is stored in a relational database, which is usally persisted to the hard disk. This includes data like realm settings, users, group- and role-memberships, auth flow...
Epicycloid asked 4/1, 2022 at 15:53
3
I want to setup a Docker network that contains a keycloak, postgres, and webapp instances.
Is there a way to have network communications between containers but also understand oidc client redirect...
Homicidal asked 3/6, 2018 at 20:36
2
Solved
Consider the following environment:
one docker container is keycloak
another docker container is our web app that uses keycloak for authentication
The web app is a Spring Boot application with ...
Frenzy asked 26/7, 2019 at 5:23
12
Solved
I have a Keycloak server running in an EKS cluster that I'm trying to configure for production instead of dev mode.
I've managed to get SSL working with a reverse proxy, but when I go to the login ...
Hangchow asked 28/9, 2022 at 15:2
4
Following scenario:
I have two Microservices A and B. Service A is a Bearer client that has an open api and receives requests from clients that have to be authorized by keycloak. Now I want to send...
Kroo asked 11/12, 2020 at 10:56
3
I'm trying to configure a dockerized Keycloak server like creating a realm from CLI command in the Dockerfile:
FROM quay.io/keycloak/keycloak:11.0.0
# Create realm "realm_borrar" on keyc...
Damning asked 21/10, 2020 at 10:20
2
Solved
I am using the Keycloak Admin Client library to attempt to create a user and then add a client role to that created user. I am creating the user with no problems, however when I am trying to assign...
3
After upgrading to Keycloak version 1.9.1 we’ve started to get rejections from keycloak.js while getting token based on code.
If we enter base url (http://example.com) then the app works fine, log...
Hospitium asked 20/4, 2016 at 12:2
7
Solved
I have single page application that is built using Angularjs and integrated with Keycloak for authentication and authorization.
I am able to login into my application, get loggedin user roles etc....
Trace asked 28/2, 2017 at 3:45
6
Solved
The deployment is on AWS and I do not want to tunnel to the box and open a browser to disable it.
There seems to exist a configuration: "ssl-required":"none" that can be placed in the keycloak-se...
2
I'm currently trying to retrieve a user token from the keycloak token endpoint using a POST request (instead of using one of the designated adapters). I have set up a keycloak realm and added my ow...
Alpinist asked 15/2, 2019 at 8:54
1
I am working on a microservice architecture developed in Spring boot with an API gateway service using Spring Cloud Gateway. I am using Keycloak as an identity provider. Everything is working fine ...
Silvie asked 17/6, 2020 at 13:27
3
Solved
I'm working on a multi tenant project where usernames are actually their email addresses and the domain of the email serves as a tenant identifier.
Now in keycloak I'll have different realms per t...
Coletta asked 16/6, 2017 at 7:54
4
Setup:
I am trying to get the demo code for keycloak-connect library to run, but failing.
Here's what I did:
Download and start keycloak 4.7 standalone, set admin user and pw
Create a basic public...
3
I need to be able to do the following (with plain cURL & JSON server-side- no frameworks or Java):
Use a string representation of a Keycloak access token I have been given by a 3rd party to v...
4
Solved
I run keycloak standalone using a command for docker docker run -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:15.0.2
How to mount a volume to save the dat...
7
Solved
I updated to Spring Boot 3 in a project that uses the Keycloak Spring Adapter. Unfortunately, it doesn't start because the KeycloakWebSecurityConfigurerAdapter extends WebSecurityConfigurerAdapter ...
Jackqueline asked 25/11, 2022 at 10:12
5
I'm trying to import configuration from one keycloak instance into many different keycloak instances (Each instance is for the same application just differnt sections in my CICD flow)
I'm running ...
4
Solved
I am trying to use the Keycloak-js(from 4.4.0.Final) library in my ionic(4) cordova application.
I have followed the example and instructions from the documentation.
I have installed cordova-plugin...
5
what I am trying to do:
I have an app that takes in login credentials: username and password for a user. I have a rest api that internally calls the keycloak REST API: /auth/realms/realmname/prot...
Councilor asked 13/6, 2020 at 2:13
3
Solved
We have installed Keycloak Latest version[20.0.3] into the VM.
With the help of kc shell script trying to start the Keycloak
./kc.sh start --http-enabled true --hostname <IP-ADDRESS>
Up to h...
Naze asked 25/1, 2023 at 9:46
2
I am trying to integrate the Keycloak with Facebook social plugin. I had gone through the examples and documentation. This works fine if I use the Keycloak hosted Login Page.
What I need is that ...
Hen asked 21/11, 2017 at 5:43
2
I'm trying to create a new client in my Springboot realm through the keycloak REST API using postman, but I'm getting an unknown error as the response.
The URL in post method is
localhost:8180/auth...
Bellis asked 20/11, 2019 at 11:35
© 2022 - 2025 — McMap. All rights reserved.