Right click Identity and Accessoim11.1.1.3.0, and select System Mbean

25-4 Oracle Fusion Middleware Developers Guide for Oracle Identity Manager

25.1.3 Prerequisites for Communication to Oracle Identity Manager Through SSL Mode

If the communication to Oracle Identity Manager is through the SSL mode, then you must: ■ Set the TRUSTSTORE_LOCATION environment variable, where TRUSTSTORE_LOCATION is the trusted key store file location. ■ Use t3s protocol instead of t3. For example, the URL for Oracle Identity Manager is: t3s:HOST_NAME:PORT

25.1.4 Registering a SOA Composite with Oracle Identity Manager

The SOA composite must be registered with Oracle Identity Manager before it can be used as an approval process. To register a SOA composite with Oracle Identity Manager: 1. Create the COMPOSITE_NAME.props property file in the OIM_HOMEworkflowsregistration directory with the following content: name=COMPOSITE_NAME category=Approval providerType=BPEL serviceName=REQUEST_APPROVAL_SERVICE domainName=DOMAIN version=REVISION_ID payLoadID=PAYLOAD operationID=OPERATION_ID listOfTasks=HUMAN_TASK_NAMES Where: ■ Replace COMPOSITE_NAME with the name of the SOA composite as specified in the composite.xml file. ■ Replace REQUEST_APPROVAL_SERVICE with the name of the service exposed in the composite. This service is invoked while instantiating the composite for approval. ■ Replace OPERATION_ID with the name of operation to be invoked on the service mentioned for the serviceName property. ■ Replace PAYLOAD with the part name of the operation specified as the value of the operationID property. ■ Replace REVISION_ID with the SOA composite revision as specified in the composite.xml file. Note: If a composite is redeployed in SOA, then all the pending approvals in Oracle Identity Manager initiated by the composite becomes stale and are removed from the users TaskList. See Deploying an Existing SOA Archive in Oracle JDeveloper in the Oracle Fusion Middleware Developers Guide for Oracle SOA Suite for information about deploying existing SOA composites. Note: For a non-SSL connection, skip this section.