OIM Client in an ESS Job
Hi,
We have developed an OIMClient using the OIM Client APIs. We are using it to add users to role memberships. It works fine from JDeveloper as a standalone client. We are using the oimclient.login() API to make the connection.
However, we need to use this from a Fusion Applications ESS program. When we embed the OIM client code in the ESS program, it seems the OIM API defaults to using the SSO login information from the container rather than using the specific userid/password that we provide to the oimclient.login() API. This could still work for us, but it throws a SecurityException (pasted at the bottom of this post).
0