Skip to content

magdastone/keycloak-extensions

 
 

Repository files navigation

Keycloak extensions

Keycloak extension examples.
Titles with * are already activated when running docker-compose up

Build

Build all

./mvnw clean install

Build single module

./mvnw clean install -pl provider-domain
./mvnw clean install -pl spi-event-listener
./mvnw clean install -pl spi-mail-template-override
./mvnw clean install -pl spi-registration-profile
./mvnw clean install -pl spi-resource
./mvnw clean install -pl theme-minimal

Run with Docker Compose

You need to build all modules first because we mount the jars in the docker-compose file

Run

docker-compose up

Stop

CTRL + C
docker-compose down    

Export realms and users

  • Run docker-compose up
  • Make your changes in Keycloak
  • Press CTRL + C but do NOT run docker-compose down
  • Uncomment the -Dkeycloak.migration.action=export... under commands in the docker-compose file.
  • Comment the -Dkeycloak.migration.action=import under commands in the docker-compose file.
  • Run docker-compose up
  • all realms and users will be exported in the _resources/demo-config/export-dir
  • You can now run docker-compose down and revert the changes you made to the docker-compose file
  • Copy the contents of the export dir to the import dir if you want to replace them

Other resources

Don't forget to look in the actual Keycloak code itself because the examples are based on the implementations itself.

About

Keycloak extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.6%
  • JavaScript 8.8%
  • Shell 6.6%