Hello,
I would really appreciate advice on how to implement Multi-tenant SSO in a Spring Boot application.
The “User Guide”
Spring Boot Adapter section mentions that the keycloak.json settings are maintained in the Spring Boot configuration file.
Comparing this approach to a non-Spring Boot application (such as that provided in the
Examples) using KeycloakConfigResolver,I would like to know how I can simulate this approach with a Spring Boot configuration file, rather than appropriately named JSON files (such as
tenant1-realm.json and tenant1-realm.json).
Any help gratefully received.
Thanks,
Stephen Merchant
Developer
Gandlake Limited