Skip to content

Agilefreaks/singular-keycloak-database-federation

 
 

Repository files navigation

singular-keycloak-database-federation

Compatible with Keycloak 26.4.

Build

  docker compose up

Add to keycloak

Dockerfile

Add the .jar package before building Keycloak.

# ...
ADD --chown=keycloak:keycloak --chmod=644 \
    https://github.com/pdany1116/singular-keycloak-database-federation/raw/main/dist/singular-user-storage-provider-with-dependencies.jar \
    /opt/keycloak/providers/
#...

Local

  1. Copy every singular-user-storage-provider-with-dependencies.jar to /providers.
  2. Build and start keycloak:
   ./bin/kc.sh start-dev

About

Keycloak User Storage SPI for Relational Databases (Keycloak User Federation, supports postgresql, mysql, oracle and mysql)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%