Top "Keycloak" questions

Integrated Single Sign On (SSO) and Identity Manager (IDM) for browser apps and RESTful web services.

Is there an API call for changing user password on keycloak?

I am trying to implement my own form for changing a user's password. I tried to find an API for …

json keycloak
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 …

java oauth-2.0 keycloak vert.x
Do Keycloak Clients have a Client Secret?

Does keycloak client id has a client secret? I tried to create a client in keycloak admin but I was …

keycloak
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 …

java jackson resteasy keycloak
Enabling remote access to Keycloak

I'm using the Keycloak authorization server in order to manage my application permissions. However, I've found out the standalone server …

keycloak
Resources, scopes, permissions and policies in keycloak

I want to create a fairly simple role-based access control system using Keycloak's authorizaion system. The system Keycloak is replacing …

permissions keycloak
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 …

java postman keycloak keycloak-services
KeyCloak User validation and getting token

First of all I am very new to Keycloak and excuse me if something I am asking might be wrong. …

java keycloak keycloak-services
How to get Keycloak users via REST without admin account

Is there a way to get a list of users on a Keycloak realm via REST WITHOUT using an admin …

keycloak keycloak-services
Keycloak Missing form parameter: grant_type

I have keycloak standalone running on my local machine. I created new realm called 'spring-test', then new client called 'login-app' …

java authentication keycloak