- Create a new RO called "OIM group membership"
- Add an object form that lets the user indicate what OIM group they would like to become member of.
- Add a process form and data sink or prepop from the object form
- Add approval process (if needed)
- Add provisioning process that basically calls a task that calls the addMemberUser method in tcGroupOperationsIntf.
There are a couple of different options for the object form in step two and which approach you choose largely depends on your requriements.
One is to use a drop down backed by a lookup table. The lookup table could either be populated manually or as P.K. suggests in P.K. suggests in a recent thread on OTN discussion forum you could also create a scheduled taks and use the APIs to auto populate the lookup with the OIM groups. If you go down that path you may want to include logic that excludes certain OIM groups, i.e. system administrators, or just takes a subset of groups, i.e. all oim groups that starts with adGroups.
Another option is to use a child form which would support requests for multiple groups in a single reqeuest. If you go for this option you have to add the support on the process form as well and your provisioning logic will be slightly more complex.
The target system net result is identical to the approach in Leverage standard connector group management but you can argue that it is a cleaner approach that more leverages the standard OIM functionality. It also leverages the OIM group admin user interface which makes it clearer what AD groups a specific user has access to.
Hi Martin,
ReplyDeleteI have recently saw your post "OIM Howto: Support for request based OIM group memberships "
as I was looking for some answers for this solution in OIM11 g.
I had used the similar solution in oim 91x environment, But in order to implement the same solution in 11g, I am seeing some challenges for couple of simple items earlier possible in 91x env.
OIM 11g challenges:
1> How to create the approval process and have the Object form with lookup values ? as in 11g there is no concept of object form?
Have you worked across implementing the same solution in 11g ?
Appreciate your help.
Thanks
~Aditya
Unfortunately I have not worked on OIM 11g as I am spending my time in the big blue world of IBM TIM/TAM for the last couple of years.
ReplyDelete