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
0
votes
3 answers

How to generate password policy based password in OIM 11gr2ps2

I am creating a event handler to modify user password using OIM UserManager API. But now I need to consider password policy and then generate new password that is compatible with the password policy defined in OIM. Can you please point to some APIs…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

How to provision skype for business account to OIM user?

The integration between OIM and Microsoft Exchange is in place. Now we want to provision lync or skype for business to this user. What are the possible ways to do it? Also is it necessary to have O365 email id for every user whom we want to grant…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

Exception when event handler plugin is invoked

I have created the OIM Event Handler and imported metadata too. I can see the metadata file is imported successfully and can be seen when metadata is exported. I have created the folder structure for plugin and copied the folder structure as is to…
0
votes
1 answer

OIMService.doOperation failing with ArrayIndexOutOfBoundsException for revoking entitlements

I am trying to revoke AD entitlement via OIMService API, it is a single method which takes care of provisioning and deprovisioning the entitlement. The provisioning works fine without any exception but deprovisioning fails with the following…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

Oracle Access Manager Header Lost during Posts

We have an ASP.net/C# 4.0 forms app and moved it to a Windows 2008r2 server and upgraded Oracle Access Manager from 10g to 11g and are now losing the headers passed by OAM during posts. We're checking the headers in the global.asax…
Chris
  • 320
  • 3
  • 14
0
votes
1 answer

java.net.ConnectException while running webservice?

I am developing the web service where in I want to connect to the SOA server. It's giving connection exception. Code: public class ConnectSOA{ public static void main(String[] args){ …
Kunal Varpe
  • 419
  • 1
  • 5
  • 28
0
votes
1 answer

How to configure xpath for OIM Webservice adapter?

I am trying to build a simple OIM Webservice adapter. OIM -> calls ICF WS -> calls Partner Link WS From BPEL, I have the following mapping /ns2:create/userAccount/__PASSWORD__ -> /ns3:createUser/password PASSWORD comes encrypted, so I've added a…
Leo
  • 6,480
  • 4
  • 37
  • 52
-1
votes
1 answer

How to evaluate user policy via API for a given set of users

I want to evaluate user policies for a particular user or list of users, is there any API available to perform the same in OIM 11gR2PS3?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
-1
votes
1 answer

SQL Query to check all the plugins deployed in OIM

I have to check what all plugins are deployed in my all the environments of OIM. I can do MDS export to check the same. But I need a quicker solution to do the same. Is there a SQL query to check the same?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
-1
votes
1 answer

How to use existing application server connection between 2 servlets

I am not sure if this question looks silly. But I am new to servlets. So posting my question here. I have an application with around 5 servlets trhat needs to call application APIs after acquiring connection to application server(OIM). So I need to…
user2961454
  • 353
  • 1
  • 4
  • 15
1 2 3
8
9