You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search for issues before submitting
- [ x] feature request
Versions.
^5.1.0
Multi Tenancy is a bit difficult, its a bit more difficult if a user can act on behalf of another organization while being in their own organization.
Keycloak has an issue with scaling past 1000+ Realms. So we have solved Multi tenancy in an interesting way,
We use a client scope created for each tenant. And then a set of mappers to return the Client Roles a User has for that client scope that is active.
The only thing we are missing is in this angular support, we need the ability on init to pass in the scope.
The text was updated successfully, but these errors were encountered:
Versions.
^5.1.0
Multi Tenancy is a bit difficult, its a bit more difficult if a user can act on behalf of another organization while being in their own organization.
Keycloak has an issue with scaling past 1000+ Realms. So we have solved Multi tenancy in an interesting way,
We use a client scope created for each tenant. And then a set of mappers to return the Client Roles a User has for that client scope that is active.
The only thing we are missing is in this angular support, we need the ability on init to pass in the scope.
The text was updated successfully, but these errors were encountered: