I have a keycloak server with multiple realms(tenants). I am creating a backend spring-boot application to manage the users and their roles (like adding/deleting/editing users,roles etc.) with keycloak-admin-client. Can someone advise me on how can I manage multiple realms/tenants in one single application.
Asked
Active
Viewed 940 times
1

kellyfj
- 6,586
- 12
- 45
- 66

Shamil Puthukkot
- 442
- 2
- 17
-
Does this answer your question? [Multitenancy using Keycloak and SpringBoot](https://stackoverflow.com/questions/46945198/multitenancy-using-keycloak-and-springboot) – kellyfj May 03 '21 at 21:11
-
Thanks.But unfortunately this is not what i am looking for. I am looking for usage of keycloak-admin-client implementation with multitenancy, whereas the above one is about keycloak-adapter – Shamil Puthukkot May 04 '21 at 08:59