This is an implementing of an Keycloak User Storage SPI. It shows how to integrate existing external microsoft database to Keycloak. The primary aim is to map user data to the Keycloak user metamodel so that it can be consumed by the Keycloak runtime.
ATM it is a simple blue print.
You need to have Keycloak running.
All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.
To deploy this provider you must have Keycloak running in standalone or standalone-ha mode. Then type the follow maven command:
mvn clean install ...
TODO
TODO
TODO
https://www.keycloak.org/docs/2.5/server_development/topics/user-storage.html