/keycloak-configurer

Programmatically configure token exchange in keycloak

Primary LanguageJavaApache License 2.0Apache-2.0

Keycloak Configurer

This project aims provides a convenient way to programmatically configure keycloak.

I am currently working on the use case of programmatically configuring internal-to-internal token exchange following keycloak documentation: https://www.keycloak.org/docs/latest/securing_apps/#_token-exchange

Requirements

  • Java 21
  • Maven
  • Docker

Building the project

mvn clean install