Skip Headers
Oracle® Identity Manager Concepts
Release 9.1.0

Part Number E10374-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

7 Oracle Identity Manager Integration Solutions

Oracle Identity Manager has a three-tier integration solutions strategy to provide connectors to various heterogeneous identity-aware IT systems. This three-tier strategy is designed to minimize custom development, maximize the reuse of code, and reduce deployment time. The three tiers are:

Figure 7-1 illustrates the three-tier integration solutions strategy of Oracle Identity Manager.

Figure 7-1 Three-Tier Integration Solutions Strategy of Oracle Identity Manager

Description of Figure 7-1 follows
Description of "Figure 7-1 Three-Tier Integration Solutions Strategy of Oracle Identity Manager"

This chapter discusses the following topics:

Predefined Connectors

When a predefined connector is available for the target resource, this is the preferred integration method. Because a predefined connector is designed specifically for the target application, it offers the quickest integration method. These connectors support popular business applications such as Oracle eBusiness Suite, PeopleSoft, Siebel, JD Edward and SAP, as well as technology applications such as Active Directory, Java Directory Server, UNIX, databases, and RSA ClearTrust. Predefined connectors offer the quickest integration alternative because they are designed specifically for the target application. They use target recommended integration technologies and are preconfigured with application specific attributes.

Generic Technology Connectors

To integrate Oracle Identity Manager with a target system that has no corresponding predefined connector, you can create a custom connector to link the target system and Oracle Identity Manager. If you do not need the customization features of the Adapter Factory, then you can create the connector by using the Generic Technology Connector feature of Oracle Identity Manager.

See Part II, "Integration Solutions Features" of Oracle Identity Manager Administrative and User Console for more information about generic technology connectors.

Custom Connectors

If the target resource has no technology interface or accessible user repository, then the customer can develop a custom connector. The Adapter Factory tool in the Design Console provides a definitional user interface that facilitates such custom development efforts without coding or scripting.

See Also:

The "Adapter Factory" section and Oracle Identity Manager Design Console Guide for details about the Adapter Factory

Components Common to All Connectors

Table 7-1 lists the definitions of connector components contained in the connector XML file. These components are common to all connectors.

Table 7-1 Connector Components

Components Description

Resource Object

This is a virtual representation of the target application on which you want to provision accounts. It is the parent record with which the provisioning process and process form are associated.

Provisioning Process

This process definition is used to create, maintain, and delete accounts on the target system. It consists of definitions of the individual tasks that are used to perform automated functions on the target system. Each connector is packaged with a single provisioning process. You can manually create additional provisioning processes.

Note: For more information about provisioning process, see Table 7-2 and Table 7-3.

Process Form

This form is used to provide information about user accounts to be created, updated, or deleted on the target system. This form is also used to capture data that can be used by provisioning process tasks or to provide a mechanism for users to provide real-time data.

This form is used extensively when conducting reconciliation. The table structure associated with this form supports the archiving and auditing of user accounts on the target system.

Each process form consists of field definitions required by a standard connector. If you require additional fields, then you can create another version of the form and add the required fields.

Each connector is shipped with certain default process forms. You can manually create additional process forms.

IT Resource Type

This component is a template for all IT resource definitions associated with the connector. An IT resource type specifies the parameters that are common to all IT resource instances, such as host servers and computers, of that particular IT resource type.

The parameters specified in this definition are inherited by all IT resource definitions of that type. For example, the Solaris 8 IT resource type can have a parameter called IP Address. The value of that parameter for the Target_Solaris IT resource instance can be set to 192.168.50.25.

Adapters

This includes all adapters that are required to perform common functions on the target application. Each adapter is predefined with certain mappings and functionality. These adapters are capable of interacting with the tasks in the provisioning process and the fields of the process form.

Note: For more information about adapters, see Oracle Identity Manager Tools Reference.

Scheduled Task (where applicable)

If the connector that you want to use is shipped with a predefined reconciliation module, then you are provided with a scheduled task definition. You use this component to control the frequency at which the target system is polled for changes to tracked data.


Provisioning Process Tasks

Table 7-2 lists the predefined tasks (or their equivalents) that the Provisioning Process component contains.

Table 7-2 Provisioning Process Tasks

Provisioning Process Task Purpose

Create User

Creates a new user account in the target application (provisions the user with an account)

Disable User

Temporarily disables a user account in the target application

Enable User

Reenables a disabled user account in the target application

Delete User

Deletes a user account in the target application (revokes the user's account)

Update User

Modifies the privileges or profile of a user account in the target application


Reconciliation-Related Provisioning Process Tasks

In addition to the tasks listed in the previous section, the Provisioning Process component also contains the reconciliation-related tasks. Table 7-3 lists these tasks.

Note:

When Oracle Identity Manager receives a reconciliation event, all provisioning-related tasks within the provisioning process are suppressed and the relevant reconciliation-related task is inserted.

Table 7-3 Reconciliation-Related Provisioning Process Tasks

Provisioning Process Task (Reconciliation-Related) Purpose

Reconciliation Insert Received

This task is inserted into the Provisioning Process instance associated with the user or organization when Oracle Identity Manager determines that the reconciliation event received from the target system represents the creation of a user or organization account.

In addition, the information in the reconciliation event record is stored in the process form according to the mappings set on the provisioning process.

Reconciliation Update Received

This task is inserted into the Provisioning Process instance associated with the user or organization when Oracle Identity Manager determines that the reconciliation event received from the target system represents the update of an existing user or organization account.

In addition, the information in the reconciliation event record is stored in the process form according to the mappings set on the provisioning process.

Reconciliation Delete Received

This task is inserted into the Provisioning Process instance associated with the user or organization when Oracle Identity Manager determines that the reconciliation event received from the target system represents the deletion of an existing user or organization account.


Connector Installation

The Administrator and User Console provides features to install connectors. The following are general considerations that you must address before installing connectors: