Wednesday 6 March 2019

Managing Service Account in OIM 11gR2 PS3

Service Account concept was highly used during 9i version of OIM. In 11gR2 PS3 service account options are there from UI there is no option to move the Service Account to different users. here are the API sample for converting an OIM account to a Service Account and move the same to other user.

1. First Java Code: is to mark an account to Service Account
2. Second Java Code: is to get whether an account is Service Account or not.
3. Third Java Code: is to transfer a Service Account to other user.



After executing the third java code, the service account will be completely moved to a new target user.

3 comments:

  1. Nice post with actual implementation for the service account management

    ReplyDelete
  2. Hi Avijit,

    Nice blog. Could you please help me with Java code.
    I was trying to find code in your blog as per your documentation but didnt able to find same.

    ReplyDelete
  3. Nice Post! Thanks for Sharing!

    ReplyDelete

Followers

OIM API for adding process task and retry failed task

 In this blog you can find how to add new process task and retry any failed/rejected tasks using API. Adding new process task: /************...