Thursday, January 15, 2015

Generate Requests using OIM API

Version: Oracle Identity Manager 11.1.2.2.0
Description: Demonstrates how to use the Oracle Identity Manager API to generate a request. Given here is example code that makes a request to provision an entitlement to a user, makes a request to modify attributes on a user profile, or makes a request to disable a user. The entire project can be found here.

Request generated by API. This request needs to be
approved before the changes are applied to modify the user.

3 comments:

  1. In this blog requester is system administrator.In OIM 11Gr2 ps3 ,we need to raise request through user for self and others.So how to raise request by end user as we cant have credential of each user.

    ReplyDelete
  2. Hi,

    Create request for entitlement works fine if user is not having any account provisioned or if there is just one account provisioned to user. If user is having multiple accounts of same application instance, to which entitlement belongs, then after calling requestService submit method, OIM get confused to which account the requested entitlement has to be associated. Is there a way to provide OIU_KEY while raising entitlement request, so that OIM knows that this request for this entitlment belong to this account.

    ReplyDelete
  3. Hi Kuldeep Rautela,

    Do you resolve that issue?

    Best regards,

    ReplyDelete