Top "Keycloak" questions

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

Mocking a Keycloak token for testing a Spring controller

I want to write unit tests for my spring controller. I'm using keycloak's openid flow to secure my endpoints. In …

spring junit spring-security mockito keycloak
Keycloak - Is it possible share a common set of users between realms?

I am trying to implement keycloak as an SSO for my company. I have created two realms, realm A and …

java spring spring-boot keycloak
How to get new access token in OpenID Connect/OAuth2 Implicit Flow

I am currently using OpenID Connect/Oauth2 Implicit Flow in a mobile app. I am bringing up a Web View …

oauth-2.0 openid-connect keycloak implicit-flow
Programmatically authenticate user with Keycloak in java

I have been looking through the Keycloak documentation but cannot see how to do this. With Java, I'd like to …

java authentication keycloak
keycloak CORS filter spring boot

I am using keycloak to secure my rest service. I am refering to the tutorial given here. I created the …

java spring rest cors keycloak
Keycloak - Get all Users mapped to roles

I know keycloak has exposed below api, <dependency> <groupId>org.keycloak</groupId> <artifactId&…

keycloak keycloak-services
Multitenancy using Keycloak and SpringBoot

I am using spring boot adapter and keycloak spring boot adapter to perform multitenancy where i can access the page …

spring-boot multi-tenant keycloak spring-boot-gradle-plugin keycloak-services
Securing Spring Boot service with keycloak - JWT token

So, I'm using keycloak to secure my services. Client app gets access token from keycloak server and uses it to …

spring-boot jwt keycloak bearer-token keycloak-services
Keycloak Unknown authentication mechanism

I need help with using keycloak in an Errai app. I am getting an error about "unknown authentication method" for "…

wildfly-8 errai keycloak
How to export realm file into keycloak docker container?

I'm trying to export a realm file into keycloak docker container, I'm not able to do that because the server …

docker keycloak keycloak-services