Top "Keycloak" questions

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

Keycloak-gatekeeper: 'aud' claim and 'client_id' do not match

What is the correct way to set the aud claim to avoid the error below? unable to verify the id …

keycloak keycloak-gatekeeper
Didn't find publicKey for kid ,Keycloak?

I am getting this exception "Didn't find publicKey for kid" while calling endpoint from angular js 2 to the widlfly server . …

java authentication jwt keycloak keycloak-services
How can I read all users using keycloak and spring?

I'm using keycloak 3.4 and spring boot to develop a web app. I'm using the Active Directory as User Federeation to …

spring spring-boot spring-security authorization keycloak
Keycloak - Create Admin User in a Realm

How do I create an admin user in a realm in Keycloak? I tried /bin/add-user.sh -r myrealm -u …

keycloak
Fetch Logged In Username in a webapp secured with Keycloak

I have secured an enterprise application with Keycloak using standard wildfly based Keycloak adapters. Issue that I am facing is …

java jboss ejb keycloak
Keycloak CORS issue when being redirected to login

I am trying to get the nodeJS keycloak adapter working with my Express application, but am facing a CORS issue …

node.js express cors keycloak
SSO with SAML, Keycloak and Nextcloud

I am trying to setup Keycloak as a IdP (Identity Provider) and Nextcloud as a service. I want to setup …

single-sign-on saml keycloak nextcloud
Keycloak User federation using existing MySQL database for users authentication

I am trying to setup Keycloak server for our organisation. I have couple of questions. How can we use our …

mysql jboss openid-connect keycloak
Keycloak JAX-RS and Postman Authorization (Auth URL)

I have resources with jax-rs and use keycloak I want to get the token with Postman this is the database …

oauth-2.0 jax-rs token postman keycloak
Keycloak: Access token validation end point

Running keycloak on standalone mode.and created a micro-service by using node.js adapter for authenticating api calls. jwt token …

node.js keycloak