Skip to content

2.0.7

Choose a tag to compare

@hdaklue hdaklue released this 02 Oct 19:12
· 5 commits to master since this release
Improve multitenancy validation for flexible cross-tenant assignments

- Allow users to be assigned to any tenant entity without restrictions
- Allow users with existing roles in a tenant to be assigned to any entity within that tenant
- Add noRoleInTenant() exception with clearer error messaging
- Update validation logic to check tenant participation via Roster table
- Refactor tests to validate new cross-tenant assignment behavior
- Update README to reflect smart tenant validation features