Deploying the SIL and SIL Providers

27-10 Oracle Fusion Middleware Developers Guide for Oracle Identity Manager ■ Set the XL.SoDCheckRequired system property to false. ■ Remove the value of the topologyName parameter for the connector IT Resource so that its value is set to blank. If the topologyName parameter in ITResource is set to None, then SoD check is not performed. Disabling SoD in Direct Provisioning and Access Policy Based Provisioning Disable the Holder and SODChecker process tasks. Disabling SoD in Request Provisioning For disabling the default SoD check in approval, you can perform any one of the steps to disable SoD. If you want to perform the default SoD check in approval and only disable the SoD check in BPEL, then remove approval policy for SoD or remove call to SoD Check Web service from the approval workflow.

27.7 Enabling SSL Communication

The following sections contain information on enabling Secure Sockets Layer SSL communication for various SoD purposes. ■ Enabling SSL Between Oracle Application Access Controls Governor and Oracle Identity Manager ■ Enabling SSL Between SAP GRC and Oracle Identity Manager ■ Calling SoD Check Web Service Over SSL

27.7.1 Enabling SSL Between Oracle Application Access Controls Governor and Oracle Identity Manager

To enable SSL communication between Oracle Application Access Controls Governor and Oracle Identity Manager: 1. Export the certificate on the Oracle Application Access Controls Governor host computer as follows:

a. Run the following commands from the JAVA_HOMEbin directory:

keytool -genkey -alias tomcat -keyalg RSA -keystore JAVA_HOMElibsecurity.keystore keytool -certreq -alias tomcat -file JAVA_HOMElibsecurityxell.cvs -keystore JAVA_HOMElibsecurity.keystore keytool -export -alias tomcat -file JAVA_HOMElibsecurityserver.cert -keystore JAVA_HOMElibsecurity.keystore See Also: The connector guide for detailed information about disabling these process tasks. Note: It is assumed that you have set sslEnable to true during the registration process. Note: In Step 1, JAVA_HOME refers to the directory on the Oracle Application Access Controls Governor host computer.