Click Save. Creating the SP Engine in Oracle Identity Federation 11g

Upgrading Your Oracle Identity Federation Environment 7-17

7.5.7 Updating the Configuration File

To update the configuration files, complete the following steps: 1. Set up the WLST Environment by executing the following commands: On UNIX: bash export DOMAIN_HOME=PATH_TO_DOMAIN_HOME source ORACLE_HOMEfedscriptssetOIFEnv.sh Replace ORACLE_HOME with the correct path for your environment. On Windows: set DOMAIN_HOME=PATH_TO_DOMAIN_HOME ORACLE_HOME\fed\scripts\setOIFEnv.cmd 2. Run the following command: Table 7–4 Setting Oracle Identity Federation 10g System Properties in Oracle Identity Federation 11g Oracle Identity Federation 10g System Property How to Set the Property in Oracle Identity Federation 11g -Dhttp.fed.host=VALUE In Fusion Middleware Control, you can set this property as follows: 1. Navigate to the Oracle Identity Federation Home page. 2. From the Oracle Identity Federation menu, select Administration, then Server Properties . 3. Enter a value in the Maximum SOAP Connection per Server field. -Dhttp.fed.max.conn=VALUE In Fusion Middleware Control, you can set this property as follows: 1. Navigate to the Oracle Identity Federation Home page. 2. From the Oracle Identity Federation menu, select Administration, then Server Properties . 3. Enter a value in the Maximum SOAP Connection field. -Dfed.ldap.ha=[true | false] In Oracle Identity Federation 10g, you used this system property to set one flag for all datastores. In 11g you can set this flag seperately for the LDAP user datastore, LDAP federation datastore, and LDAP authentication engine. Enter the WLST script environment for the Oracle Identity Federation instance, and set the ldaphaenabled, userldaphaenabled, or fedldaphaenabled property to TRUE as follows: To enable this property for the LDAP authentication engine: setConfigPropertyauthnengines, ldaphaenabled, true, boolean To enable this for the LDAP user datastore: setConfigPropertydatastore, userldaphaenabled, true, boolean For enabling this for LDAP federation datastore: setConfigPropertydatastore, fedldaphaenabled, true, boolean -Dfed.jdbc.min.conn=VALUE -Dfed.jdbc.max.conn=VALUE -Dfed.jdbc.max.usage=VALUE Use the Oracle WebLogic Server Administration Console to set the appropriate values on the JDBC data source that you are using for your Oracle Identity Federation 11g datastores or authentication engines.