Hi,
We have multiple different client organizations using my web application. We would like to assign global administrators from my organization to be able to manage all users, and administrators from each client organization to manage users of that organization.
Web application has actually a separate deployment per client organization and separate database, but I think this isn’t important.
KeyCloak has concept of Realms https://www.keycloak.org/docs/latest/getting_started/#realms-and-users to group different users. However, I’m failing to identify how the same concept is called in Auth0. There’s a page https://auth0.com/docs/best-practices/multi-tenant-apps-best-practices that seems related but I’m not sure which option is more relevant for my use-case.
Could you please suggest?
Thanks,
Mikhail