Replies: 3 comments 2 replies
-
Already implemented. See:
The Tenant Admin features are quite sophisticated and works for single-level and hierarchical multi-tenant apps. |
Beta Was this translation helpful? Give feedback.
-
Hi @Deenayd, The The aim is to create various Of course you can bypass this security feature by either:
But you need to be very careful that your tenants users can't delete users, tenants (including one they aren't in), etc. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, I have chosen another way of achieving what I need. I'm using a 1:1 (well, almost) relationship beetween permissions and roles so that ability to assign roles to tenants (n to n) can be effectively applied to permissions (from authp perspective it's roles to tenant assignment, but from application point of of view it's permission to tenant assignment). Than I have wrote a custom (application level) implementation of something like 'role groups'. Tenant admin can create any 'role groups' and assign as set of roles to each of 'role groups' (n to n). Net effect is the same (allow tenant admins to create roles and assign roles to users, just I'm now calling it 'role groups' instead of roles) but I didn't need to change any AuthP code. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is this poosible to allow a tenant admin (or another user, like tenant role admin) to create / edit / delete roles created internally for the tenant?
Each tenant user could be assigned those roles and anybody in another tenants wouldn't see them.
Beta Was this translation helpful? Give feedback.
All reactions