I have a question regarding multi-tenant environments and a problem I'm currently having.
In a solution I'm currently working on we created the functionality that we can create groups for users per tenant. I've adopted the functionality from the user eSpace and made tenant specific. In maintanance the functionality works fine, so I can add/delete/edit groups and I can add user and/or roles to the groups. When I add one of the groups to the user I can also see that the roles within that group also appear under the role section. So far so good.
Now when I go to a screen in the application were the user has permissions for through a group, I get an invalid permissions. I would have expected this to work fine, but apparently it doesn't. I would have expected the platform to support groups for other tenant, since the groups entity is a multi-tenant table.
In a solution I'm currently working on we created the functionality that we can create groups for users per tenant. I've adopted the functionality from the user eSpace and made tenant specific. In maintanance the functionality works fine, so I can add/delete/edit groups and I can add user and/or roles to the groups. When I add one of the groups to the user I can also see that the roles within that group also appear under the role section. So far so good.
Now when I go to a screen in the application were the user has permissions for through a group, I get an invalid permissions. I would have expected this to work fine, but apparently it doesn't. I would have expected the platform to support groups for other tenant, since the groups entity is a multi-tenant table.