I was wondering if it is possible to have a notion of profile in the IdentityService. A profile is basically a group of group. Because, at now in activiti, we have a notion of User and Group a User -> N Groups a Group -> N Users
but you can not associate 1 Group to N other Group (throw the API)
Did I miss something or is there anyway to introduce this notion of "profile" ?
Would it be difficult to add this notion of profile ( group of group ) using either the existing "type" of group or by adding in new interface profile to the API