Weblogic and OID(Oracle Internet Directory) integration is required for OES to use external roles and users from OID.
Steps to do this integration are as follows:
1. Login to weblogic console Eg: http://localhost:7001/console where OES server is deployed.
Weblogic admin console http://localhost:7001/console
OES admin console http://localhost:7001/apm
2. Configure a new OID authenticator in weblogic.
3. Once the new authenticated is created reorder the authenticator.
4. Ensure Default Authenticator is configured to Sufficient.
5. Update jps-config.xml in the following location where OES is installed Eg: $ORACLE_HOME/user_projects/domains/oes_domain/config/fmwconfig
<serviceInstance provider=”idstore.ldap.provider” name=”idstore.ldap”>
<property value=”oracle.security.jps.wls.internal.idstore.WlsLdapIdStoreConfigProvider” name=”idstore.config.provider”/>
<property value=”oracle.security.idm.providers.stdldap.JNDIPool” name=”CONNECTION_POOL_CLASS”/>
<property name=”idstore.type” value=”OID”/>
</serviceInstance>
6. Restart Weblogic.
7. After restart you can verify by login to OES apm console using users in OID.