If we are managing users for multiple customers in a single keycloak instance, is it recommended to have users from those tenants in different realms?
The problem I'm having is since we have single application which resolves to different realms based on the user's email address, I have to duplicate the Client/Application configuration under each of the realm. Is there some way to avoid these duplicate Client/Application configurations?
Thanks,