Prerequisites Configuring Oracle Identity Manager to Work with the Oracle Web Tier

Extending the Domain with Oracle Identity Manager 14-17 ■ Section 14.10.2, Configuring Oracle HTTP Servers to Front End the Oracle Identity Manager and SOA Managed Servers ■ Section 14.10.3, Changing Host Assertion in WebLogic ■ Section 14.10.4, Validating Oracle Identity Manager Instance from the WebTier

14.10.1 Prerequisites

Before configuring Oracle Identity Manager to work with the Oracle Web Tier, ensure that the following tasks have been performed: 1. Install Oracle Web Tier on WEBHOST1 and WEBHOST2. 2. Install and configure Oracle Identity Manager on IDMHOST1 and IDMHOST2. 3. Configure the load balancer with a virtual host name sso.mycompany.com pointing to the web servers on WEBHOST1 and WEBHOST2. 4. Configure the load balancer with a virtual host name admin.mycompany.com pointing to web servers WEBHOST1 and WEBHOST2. 14.10.2 Configuring Oracle HTTP Servers to Front End the Oracle Identity Manager and SOA Managed Servers 1. On each of the web servers on WEBHOST1 and WEBHOST2, create a file called oim.conf in the directory ORACLE_ INSTANCE configOHScomponentmoduleconf. This file must contain the following information: oim admin consoleidmshell based Location admin SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location oim self and advanced admin webapp consolescanonic webapp Location oim SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location SOA Callback webservice for SOD - Provide the SOA Managed Server Ports Location sodcheck SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster soavhn1:8001,soavhn2:8001 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location 14-18 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management Callback webservice for SOA. SOA calls this when a request is approvedrejected Provide the SOA Managed Server Port Location workflowservice SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location xlWebApp - Legacy 9.x webapp struts based Location xlWebApp SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location Nexaweb WebApp - used for workflow designer and DM Location Nexaweb SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location used for FA Callback service. Location callbackResponseService SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location spml xsd profile Location spml-xsd SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location Location HTTPClnt SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster oimvhn1:14000,oimvhn2:14000 WLLogFile {ORACLE_INSTANCE}diagnosticslogsmod_wloim_component.log Location Extending the Domain with Oracle Identity Manager 14-19 2. Save the file on both WEBHOST1 and WEBHOST2. 3. Stop and start the Oracle HTTP Server instances on both WEBHOST1 and WEBHOST2 as described in Section 20.1, Starting and Stopping Oracle Identity Management Components.

14.10.3 Changing Host Assertion in WebLogic