Top "Keycloak" questions

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

How to create a Script Mapper in Keycloak?

I need to create a Protocol Mapper of type Script Mapper in Keycloak. The script should get a user attribute, …

java keycloak
Keycloak giving invalid redirect uri error

I am very new to keycloak so might be i am asking a very basic question. Anyways the problem is …

java jakarta-ee jboss6.x keycloak
Keycloak, not returning access token if update password action selected

I am calling /auth/realms/master/protocol/openid-connect/token to get access token by sending below content in body, grant_…

keycloak keycloak-services
Is keycloak behind api gateway a good practice?

What are good arguments in favor to use or not to use Keycloak behind Api gateway (Kong)?

keycloak kong
How to decode keys from Keycloak openid-connect cert api

I'm trying to get the key from Keycloak open-id connect certs endpoint that allow me to validate a JWT token. …

jwt public-key openid-connect keycloak
Keycloak User Roles missing in REST API

I would like to ask, if somebody knows, why there are no roles within the user details in REST ADMIN …

rest roles keycloak user-roles
Spring Boot Keycloak- Bearer-only - for backend service not working

I am trying to secure my rest api and frontend using Keycloak. Frontend is based on Angular 4. Backend is rest …

spring-boot keycloak bearer-token openid-connect keycloak-services
Invoking KeyCloak's Admin REST API using client secrets

The example using CURL at https://keycloak.gitbooks.io/server-developer-guide/content/v/2.2/topics/admin-rest-api.html works for me when running …

keycloak
Obtain id_token with Keycloak

Who knows how to obtain the id_token with Keycloak? I have been working with Keycloak in Java (Spring, JEE) …

java openid keycloak
Issuing "API keys" using Keycloak

My setup has three components: A backend application (Python/Flask) A frontend application (VueJS) Keycloak The frontend will use Keycloak …

authentication oauth authorization keycloak