Hi,
I have a custom role and need to assign admin capabilities to all the users in that custom role and when the custom role is removed this admin capability must be removed as well. I have created a new admin role and added the admin capabilities that is needed, I tried to see if I can inherit this custom Admin Role to a Custom Role which I already had. Looks like OIM doesnt allow admin role to be inherited by custom role.
Any thoughts on how I can achieve this ? One is to create a rule in Custom Admin role but I will not be able to do that as user profile doesnt have this. Below is scenario
1. Custom Role A - This is existing custom role assigned to a users, this is assigned in event handler based on various logic.
2. Admin Role B - Need to add this role to users who are in Role A above
Thanks