Spring / Keycloak Multitenant Tutorial

This is a sandbox / sample project to illustrate the multi-tenant with Keycloak and Spring Boot Multi tenant with Keycloak

How to start

Start your Keycloak server before running the app

The previous steps assume that the realm exist. You can create a realm manually, or import it with the "Add realm" button located in main menu (under combobox used to select a Realm).

You can run the project with the following command :

mvn spring-boot:run