I am using keycloak as an Identity broker in my project. Environment setup: Keycloak version 16.1.1 deployed in k8s cluster with replica 2. Cluster configuration: In keycloak setup we want to log Login and Logout events so I enabled the Save Events and added Save Types as below Event config: Now when users login/logout from the application, I am getting
Tag: keycloak
Keycloak desktop java adapter deletes KEYCLOAK_IDENTITY cookies
I’ve got a problem with Keycloak java adapter. I try to integrate desktop application with Keycloak and enable SSO between a few other web applications. The problem is that when I try to login to Keycloak everything works perfect and smooth, I get information about proper authentication, obtain token and can even parse it without any problem, but there is
Java.net.ConnectException: Connection refused on Docker + Keycloak
I’m new to Docker and I’m having a hard time connecting Keycloak to my local MySQL database. Does anyone have a hint of what’s going on? This is my Dockerfile: The error log shows: Steps already taken: Disabled Firewall; Added bind-address: 0.0.0.0 to my my.cnf file; root@% already has all privileges; Tries setting DB_ADDR and DB_VENDOR in all possible configurations;
Include third party library in wildfly jar (keycloak SPI)
I am creating plugins (providers) for keycloak using the Service Provider Interface. I have been able to build a couple. Now I need to add the smallrye-graphql-client library to query a graphql server….
Keycloak: Can not read users realm roles as admin cli when calling the admin rest api
I use keycloak 11 as openid connect provider for my spring boot services. Everything works fine so far. Problem: I have a service that uses a webclient. It is nested in my service and uses client auth …
Refresh access_token via refresh_token in Keycloak
I need to make the user keep login in the system if the user’s access_token get expired and user want to keep login. How can I get newly updated access_token with the use of refresh_token on Keycloak? I am using vertx-auth for the auth implementation with Keycloak on vert.x. Is it possible to refresh access_token with vertx-auth or Keycloak’s REST
Access the keycloak API from postman
I have tried to access the keycloak API from the postman. but it is showing 400 bad request. I was calling api in the below format. http://{hostname}:8080/auth/realms/master/protocol/openid-connect/…
RESTEASY003145: Unable to find a MessageBodyReader of content-type application/json and type class org.keycloak.representations.AccessTokenResponse
I’m trying to test Keycloak REST API. Instaled the version 2.1.0.Final. I can access the admin through browser with SSL without problems. I’m using the code above: Keycloak keycloakClient = …