Skip to main content

How to enable OSSOIdentityInserter

OSSOIdentityInserter provider by default is missing in WebLogic. To enable it,
  1. Stop WLS Admin Server
  2. Backup setDomainEnv.sh file (this file should be located in your $ORACLE_HOME/user_projects/domains/base_domain/bin directory)
  3. Edit setDomainEnv.sh, find all occurances of $ORACLE_HOME setting for weblogic.alternateTypesDirectory and replace them with $COMMON_COMPONENTS_HOME
  4. Start WLS Admin server.
Once the WLS Admin server is restarted, you will see that OSSOIdentityInserter is available as a new provider in the list.

Comments