Page 1 of 1

multi-tenant security

PostPosted: Fri Sep 12, 2008 3:25 pm
by msedita
With all the emphasis on building multi-tenant solutions, I think it would be helpful if the built-in users and groups tables were made multi-tenant. Maybe there could be functions like security.setTenantID that would set a filter on those tables, and the security logic would have to respect it. It's especially a problem for the groups - it seems the only way to have different groups for different tenants is to use a naming convention and then code accordingly which I don't think is ideal.