accesscontrol
accesscontrol copied to clipboard
Multicontextual permissions
Hi there, I would like to know if is possible to have a permissions depending on multiple context, the idea is to create different roles and permissions based on which organizacion owns certain roles or profiles, the condition would be:
- a Role is assigned to a organizacion
- All users that belongs to that organization inherit only the roles of the organization
- Roles with the same names but on different organizations are allowed.
Can you please help me understand it? thanks.
We can add a feature like this I think. But until then you can implement this on your own by keeping a different grants list for each organization and authorizing the organization (similar to user) who is accessing the resource.