Hi All,
There are guidelines to implement a multi-tenant application using keycloak
by overriding 'KeycloakConfigResolver' as specified in
http://www.keycloak.org/docs/2.3/securing_apps_guide/topics/oidc/java/mul...
.
The steps defined above can only be used with keycloak.json. How can we
adapt this to spring boot application such that keycloak properties are
read from spring boot properties file and multi-tenancy is acheived?
Thanks,
Sajid