Select the Flat File Connector User Reconciliation.xml file, and click Import. Click Scheduler under the System Management tab.

17-36 Oracle Fusion Middleware Developers Guide for Oracle Identity Manager Figure 17–16 Reconciliation Action Rules in Design Console 4. Add an action rule defined as One Process Match Found Rule Condition and Establish Link Action. 5. Add an action rule defined as One Entity Match Found Rule Condition and Establish Link Action.

6. Click Create Reconciliation Profile.

7. Click Save.

17.2.4.4 Creating Reconciliation Mapping

The reconciliation mapping has to be done in the process definition. This is to map the supported reconciliation fields from resource object to the process form fields. This mapping is needed only for configuring target reconciliation.

1. Log in to the Oracle Identity Manager Design Console.

2. Click Process Definition under Process Management.

3. Open the Flat File process definition.

4. Click the Reconciliation Field Mappings tab as illustrated in

Figure 17–17 . Developing Identity Connectors 17-37 Figure 17–17 Reconciliation Field Mapping in Design Console 5. Add mappings between the reconciliation profile fields and the process form fields. ■ First Name[String] = UD_FLAT_FIL_FIRSTNAME ■ Email ID[String] = UD_FLAT_FIL_MAILID ■ IT Resource Name[String] = UD_FLAT_FIL_SERVER ■ Last Name[String] = UD_FLAT_FIL_LASTNAME ■ Account ID [String] = UD_FLAT_FIL_ACCOUNTID KEY KEY sets Account ID as a key field. 6. Save the configuration.

17.2.4.4.1 Field Flags Used in the Reconciliation Attributes Map

For reconciliation attributes mapping, the following field flags can be appended to the code key: ■ TRUSTED: This must be specified in the Recon Attribute Map for the field that represents the status of the account. This flag must be specified only for trusted reconciliation. If this is specified, then the status of the account is either Active or Disabled. Otherwise, the status is either Enabled or Disabled. For example, the code key for a field with label Status whose value needs to be either ActiveDisabled must look similar to Status[TRUSTED]. ■ DATE: In Recon Attribute Map, this must be specified for fields whose type need to be considered as Date. For example, the code key for a field with label Today whose value needs to be displayed in the date format must look similar to Today[DATE].

17.2.4.5 Defining a Reconciliation Matching Rule

A reconciliation matching rule defines the equation for calculating the user match. 1. Log in to the Oracle Identity Manager Design Console.