*Help me build more open-source projects by becoming my sponsor.
This project demonstrates multi-tenancy in Keycloak by overriding the class KeycloakConfigResolver to load the keycloak json configuration file depending on the realm specified in the path in each request. The realm is information is cache, so it's only loaded once per login.
It uses a single Keycloak instance with multiple realms.
- You must have prior knowledge with Spring and Keycloak.
- You must have a project created in your Google console for testing.
- Create 2 projects in Google Console. Create credentials and Oauth screens for both.
- Import the realms inside the the keycloak-realms directory.
- Configure the Identity Provider inside Keycloak (Google).
- Set the idpHint (default identity provider for a realm) in Authentication / Identity Provider Redirector, click Actions / Config and set Alias=idpHint, Default Identity Provider=Google.