Hi all,
I'm developing MV provisioning rules. I have currently 3 MA agents installed:
- FIM MA - the source of role assignments
- AD MA - the source of users
- RolesDB - the destination for role assignments
The provisioning works as expected everything is synchronized between CS and MV. However, now I have to slightly modify role assignments objects before provisioning them to RolesDB connector space, so I decided to write MV Extension and implement Provision method. I check for correct object type, fetch the CS space for RolesDB and then do the actual provisioning. But now I'm wondering - Provision(MVEntry) method is called for every provisioned object - does that mean that I also have to handle objects such as"users" for which I want a default behavior, if not then how FIM can tell that for certain types+MA I do custom provisioning whereas for the other I want the default provisioning process?