Giter VIP home page Giter VIP logo

keycloak-extensions's Introduction

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.

keycloak-extensions's People

Contributors

viralpatel avatar zonaut avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.