This repository was originaly created by OpenSingular at singular-keycloak-databas-federation but the project has been dead since a few months ago. If you want me to take down this repository just let me know in a issue on this repo.
Fully compatible with Singular Studio NOCODE. See https://www.studio.opensingular.com/
Keycloak User Federation Screen Shot
There is a new configuration that allows keycloak to remove a user entry from its local database (this option has no effect on the source database). It can be useful when you need to reload user data. This option can be configured by the following switch:
- Do not allow user information update, including password update
- Do not supports user roles our groups
Just add a mapper to client mappers with the same name as the returned column alias in your queries.Use mapper type "User Attribute". See the example below:
- mvn clean package
- Copy every
.jar
from dist/ folder to /providers folder under your keycloak installation root.- i.e, on a default keycloak setup, copy all
.jar
files to <keycloak_root_dir>/providers
- i.e, on a default keycloak setup, copy all
- run : $ ./bin/kc.sh start-dev OR if you are using a production configuration: $ ./bin/kc.sh build $ ./bin/kc.sh start