lohamin.blogg.se

Hashtab 2.3.0
Hashtab 2.3.0





hashtab 2.3.0
  1. #Hashtab 2.3.0 how to#
  2. #Hashtab 2.3.0 code#

As in all the Oracle docs they have recommended to attach workflow for Role assignment at Operational level.Or is there any other way by which we can directly trigger the Operation Level request ? public void createRoleRequest(String usrKey,tcLookupOperationsIntf lookupIntf) Thanks,Puneet The reason there is no approval is because it's using OIMINTERNAL user. So my question is that would there be any issues if i attach my request at Approval Policy of type=Request Level. Request is generated and getting assigned to respective user. Note Request level Approval policy for Request Type=Role Assignment is set to Auto approve and workflow is attached on the Operational level. When i attach my workflow in the Request Level Approval Policy.

#Hashtab 2.3.0 code#

Env :OIM 11g R2 BP 14 To achieve this i have written the code(refer below) to raise the request for Assigning Role.Request is raised as expected but as the requester is taken as 'OIMINTERNAL' by default if we raise request from code its getting auto approved and workflow attached at operational level is not getting triggered. Generating Request from oim client code Hi All, My target is to trigger the custom SOA composite (workflow) attached in the Approval Policy of type=Operational Level and Scope Request Type=Role Assignment) from oim java code.Java code is called from a Process task. policyViolationToken = scanRunManager.createUserPreventivePreviewScan(requestData, useDefaultPolicySet, policyIds)  The token received from above can be passed in requestData. ThanksNaveen Please note, I can see the policy violation warnings if I create request from Identity Self Service Application. Thanks, Regards, Naveen Hi There, I found the solution. If a request is created through OIM API, the Identity Audit Checks (SOD) should be done manually by calling IDA API.

#Hashtab 2.3.0 how to#

Now I have to implement preventive scan, which in theory I understand that before a request is submitted, there should be a warning or any message saying that there is any policy violation. Can you please suggest as how can I implement it? I see a parameter in requestData as below, but I am not sure as how to implement it. tPolicyViolationToken(agr0) Response = result.getRequestID().toString() I have to implement Preventive Scan when I create request from OIM API. I create OIM Request through below code: tTargetEntities(entities) OIM 11.1.2.3.0: Preventive Identity Audit while creating request through API - Identity Manager Hi Experts, Please help. I am new to Identity Audit (SOD).







Hashtab 2.3.0