Skip to main content
0 votes
1 answer
17 views

Properties are not passed to docker-compose

The point is, I want to deploy my project to Docker, and the project consists of several microservices, in Docker Compose the configuration of Keycloak is described, and if you run the application on ...
Назар's user avatar
0 votes
0 answers
7 views

Keycloak HA: distributed cache check

I'm trying to test Keycloak HA infrastructure simulating it via docker-compose. My docker-compose has ha-proxy as load balancer, 2 keycloak nodes and external sql server for the shared keycloak db. ...
Enricosoft's user avatar
0 votes
0 answers
9 views

Issue setting up embedded Keycloak cluster using Infinispan cache with TCPPING

Followed the steps mentioned in the Readme documentation of embedded-spring-boot-keycloak-server to setup a Keycloak cluster of two nodes using embedded Infinispan cache with TCPPING. The nodes came ...
pradhan's user avatar
  • 23
1 vote
1 answer
16 views

document is not defined while initialize keycloak service

I am developing angular application where keycloak require to integrate. i use angular 18 and keycloak.ja 24.0.2 version. Here is the code where keycloak service initiates. import Keycloak from '...
roconmachine's user avatar
  • 2,012
0 votes
0 answers
10 views

AspNet Core Razor Pages app with Keycloak in docker

I am trying to configure an AspNet Core Web App (Razor Pages) with Keycloak (25.0.5) and Docker. My setup includes (in docker compose file) a postgres container a keycloak container a container for ...
user23137927's user avatar
0 votes
0 answers
7 views

Keycloak: Mapping different client roles to AD-Group-Member?

I have a keycloak setup where I synch AD-Group-Memberships into my Realm. When I create a role mapping for an AD-Group, that role gets added to the tokens of every client. role mapping using client ...
Ollowain's user avatar
1 vote
0 answers
13 views

How to set Directus with Keycloak SSO Config?

I'm new to directus, but after watching youtube about directus, I think directus what i need to support my backend development. I already setup selfhost, succeed login with my admin auth. Now, I want ...
bandungeuy's user avatar
0 votes
0 answers
17 views

Java, Keycloak: How to programatically create a Realm and set userProfile attributes in it

I'm using Java 21 and Keycloak 25.0.1 I have this realm-config.json file that I want to generate programatically: { "realm": "test", "id": "test", "...
aLittleSalty's user avatar
0 votes
1 answer
25 views

Keykloack docker enable features

I'm having trouble enabling certain features in my custom Keycloak Docker image—specifically scripts, impersonation, and passkeys. Despite following the recommended steps, these features aren't ...
Selanas of Amber's user avatar
0 votes
1 answer
28 views

ASP.NET Core 8 + Keycloak: Role-based Authorization for Derived Controllers without Code Duplication

I'm working with ASP.NET Core 8 and Keycloak (version 24) for authentication and role-based access control. Scenario: I have a base controller that implements basic CRUD operations for multiple object ...
Jonas Strt's user avatar
0 votes
0 answers
6 views

I'm setting up email themes in keycloak: it shows error Couldn't find template in cache for "text/email-test.ftl"

I am setting up email themes in keycloak. When I test the email connection in the <Realm Settings> menu option and then the <Email> tab option and press the <Test Connection> button, ...
John Téllez's user avatar
0 votes
0 answers
32 views

How to configure separately running Authetication service with login page while still keeping Keycloak in control of the authorization flow?

I want to implement the OAuth 2.0 authorization code flow for confidential clients. Below is the list of parties involved : User : End user person. Client : Third Party Application acting as ...
Dinesh Solanki's user avatar
0 votes
0 answers
16 views

How to integrate Keycloak Policy Enforcer with Spring Boot WebFlux?

I'm currently working on a Spring Boot WebFlux application and would like to integrate Keycloak Policy Enforcer to enforce authorization policies defined in Keycloak. Keycloak's documentation provides ...
Minh Trần's user avatar
0 votes
0 answers
17 views

Keycloak - Get ClientCredentials access token with an "Authorization Scope"

I would like to create a basic ClientCredentials flow using keycloack with a specific scope associated with the resource server. Creation of a Client called 'resource-server' with Authorization ...
Antoine Van Malleghem's user avatar
-2 votes
0 answers
45 views

How to configure a Spring application to perform reactive client authentication for an app that uses KeyCloaks Token exchange

I have a Spring application that needs to authenticate to another application using KeyCloak's Token Exchange. The process involves: 1- Requesting a realm. 2- Requesting a token using client ...
Jamie P's user avatar
  • 79

15 30 50 per page
1
2 3 4 5
540