Identity Management (MOSC)

MOSC Banner

OAM custom plugin connecting to OIM

edited Sep 1, 2019 5:03AM in Identity Management (MOSC) 2 commentsAnswered

We have a custom OAM 11.1.2  authentication plugin, which connects to OIM to retrieve user challenge questions.

The OIM portion of the application works fine on the command line by adding only the following external jars to the CLASSPATH:

CLASSPATH=".:$LIB_DIR/oimclient.jar:$LIB_DIR/jrf-api.jar:$LIB_DIR/spring.jar:$LIB_DIR/commons-logging.jar:$LIB_DIR/authwl.conf:$LIB_DIR/wlfullclient.jar"

 

When we deploy the OAM plugin jar and perform the testing we get the following exception: java.lang.SecurityException: unable to instantiate LoginConfiguration

The full exception stack trace is at he bottom of this post.

 

The exception happens exactly at the login() call: client.login(OIMAdmin, OIMAdminPW.toCharArray()); where client is an OIMClient instance.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center