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
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