Questions tagged [oim]

Oracle Identity Manager is a powerful and flexible enterprise identity management system that automatically manages users' access privileges within enterprise IT resources. (see http://www.oracle.com/technetwork/middleware/id-mgmt/overview/index-098451.html)

130 questions
1
vote
2 answers

How to stop the Role Assignment on the basis of certain condition in OIM 11g r2 PS3

I have coded one event handler to intercept the role_assignment and role_revoke operation. I need to run some webservice on remote server and if response is 200 _ OK I want to do nothing. But if response is not 200 I need to fail role…
1
vote
0 answers

OIM _Oracle identity manager _ email addition

OIM _oracle identity manager when all the jobs run user will be provisioned to oim as well as OID. After user creation welcome email automatically send to the user. Some of the users like manager role only have the mail id. All other users welcome…
1
vote
0 answers

OIM - PasswordMgmtService.validatePasswordAgainstPolicy : Issue with password history condition in policy being bypassed

I am working on a custom OIG password management requirement for a client. I am facing issue while validating the password history in policy definition (eg: shouldn't match last 5 passwords used). For some reason, PasswordMgmtService API's…
1
vote
2 answers

Custom groovy script is not getting invoke for DBAT trusted Incremental reconciliation

I have DataBase Application Table(DBAT) connector installed on OIM11gR2PS3 box. We have custom groovy script in place for Incremental Reconciliation scheduler, but even having just sysout statements in groovy, the script is not getting invoked. I…
Kunal Varpe
  • 419
  • 1
  • 5
  • 28
1
vote
1 answer

Azure Graph API: Unable to find valid certification path to requested target on REST call

I'm working on an integration from Oracle Identity Manager with Office 365 for license provisioning (main purpose). When I get to the point where the Connector tries to call de REST service for a token request, it fails with the following…
Miguel Ángel
  • 313
  • 1
  • 2
  • 9
1
vote
1 answer

How to make use of Oracle Identity Manager for authentication?

Here is the scenario, I've an instance of Oracle Identity Manager (OIM). The instance stores all of my user profiles. Now, I'm writing few REST APIs, which should be authenticated using users present on OIM. I'm also thinking of using AWS cognito to…
Aashish P
  • 1,894
  • 5
  • 22
  • 36
1
vote
0 answers

Access Policy not provisioning resource Accounts to the User

I have a role based access policy configured in OIM PS3 environment, Whenever user is provisioned Role 'A' user is entitled to get AD account and viceversa. But this is not happening even after running evaluate user policies job multiple time. In…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
0 answers

After target reconciliation, "Reconciliation Update Received" task is not getting added to user resource history

We have Active Directory connector(11.1.1.6.0 ) on OIM11gR2PS3 box. When we do the AD target recon the user resource profile is getting updated successfully with target values, but the "Reconciliation Update Received" task is not getting generated…
Kunal Varpe
  • 419
  • 1
  • 5
  • 28
1
vote
1 answer

How to get the form table name from Application Instance?

I want to find out the process form table name from Application Instance created by some other person. Any idea how can we get this information?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
1 answer

OIM 11gR2 PS3 Save Justification of Request on Create User

In OIM 11gR2 PS3, When creating a user I want to save the String entered in the Justification box of the request. When creating the user I have no workflow set, because I don't need any approvals. Do you know any way to do this?? Thank you
Ioanna Katsanou
  • 484
  • 2
  • 7
  • 24
1
vote
1 answer

Trying to find out the technical name of this step in oAuth world

I've done this several times with Google sign in. Basically, use the token to ping Google's auth servers from my server and findout if the token is valid and validate user info. The process is outlined here…
kishu27
  • 3,140
  • 2
  • 26
  • 41
1
vote
0 answers

Oracle Identity Manager PS3 REST API

I am trying to approve/reject an user role assignment request using REST APIs in PS3. I am good to do so with approve. But, rejection is not happening since I need to update the comment too while rejecting any approval. Can anybody help me to get…
1
vote
1 answer

Active Directory (AD) account getting rejected below is the error

While creating Active Directory (AD) account for User it is giving below error "Could not create user as it did not meet the Password Policies set on the target system" I have checked in logs and also there has been no password update/change in…
1
vote
2 answers

How to insert newline in error message in ADF from a custom mbean

Below is the my code snippet: String message = "Sample Message :\n Hello World"; FacesMessage facesMsg = new FacesMessage(); facesMsg.setSeverity(FacesMessage.SEVERITY_ERROR); facesMsg.setSummary(message); …
1
vote
2 answers

How to create a JSON object in java for Oracle Identity Management JSON

I have the following json to parse int JSONObject and send it via http client to create a user in OIM 11g PS3 using its REST API. import org.apache.http.HttpHost; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import…
Andy
  • 43
  • 6
1 2
3
8 9