Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 771 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 771 Bytes

IDM Synchronizer Build Status Docker Image

Spring Boot application for synchronizing identity information (group memberships) from an identity provider (Keycloak) with various applications (GitLab, Mattermost, ...)

Install Maven Wrapper

cd /path/to/project
mvn -N io.takari:maven:wrapper

Run the project with

./mvnw clean spring-boot:run -Dspring-boot.run.profiles=test

Open browser to http://localhost:8080/

To package the project run

./mvnw clean package