Oracle® Identity Manager Connector Guide for RSA ClearTrust Release 9.0.4 Part Number E10440-03 |
|
|
View PDF |
Oracle Identity Manager automates access rights management, security, and provisioning of IT resources. Oracle Identity Manager connectors are used to integrate Oracle Identity Manager with third-party applications. This guide discusses the procedure to deploy the connector that is used to integrate Oracle Identity Manager with RSA ClearTrust.
This chapter contains the following sections:
Note:
In this guide, the term Oracle Identity Manager server refers to the computer on which Oracle Identity Manager is installed.At some places in this guide, RSA ClearTrust has been referred to as the target system.
Reconciliation involves duplicating in Oracle Identity Manager the creation of and modifications to user accounts on the target system. It is an automated process initiated by a scheduled task that you configure.
See Also:
The "Deployment Configurations of Oracle Identity Manager" section in Oracle Identity Manager Connector Concepts Guide for conceptual information about reconciliation configurationsThe following target system fields are reconciled:
UserID
FirstName
LastName
EmailID
StartDate
EndDate
PasswordExpDate
IsPublic
IsUserlocked
PropertyName
PropertyValue
GroupName
You can customize the following reconciliation fields by setting the UseReconFieldMap
attribute to true
and adding their values in the Lookup.CTReconciliation.FieldMap
lookup:
Note:
TheuserId
and lastName
fields are mandatory fields and, therefore, they must exist in the lookup.userId
lastName
islock
firstName
startDate
endDate
pwdExpDate
isPublic
properties
groups
The following target system fields are reconciled only if trusted source reconciliation is implemented:
UserID
FirstName
LastName
Organization
User Type
Employee Type
Provisioning involves creating or modifying a user's account information on the target system through Oracle Identity Manager. You use the Oracle Identity Manager Administrative and User Console to perform provisioning operations.
See Also:
The "Deployment Configurations of Oracle Identity Manager" section in Oracle Identity Manager Connector Concepts Guide for conceptual information about provisioningFor this target system, the following fields are provisioned:
User ID
Password
Password Expiration Date
First Name
Last Name
Email Address
Start Date
End Date
Lock User
Is Public
User Group Name
Property Value
Property Name
Property Value (Date)
Property Value (Boolean)
The following table lists the functions that are available with this connector.
Process Task | Type | Description |
---|---|---|
Create User | Provisioning | Creates a user |
Delete User | Provisioning | Deletes a provisioned user |
Disable User | Provisioning | Disables an existing user |
Enable User | Provisioning | Enables a disabled user |
Update User | Provisioning | Updates an existing user |
Set Password | Provisioning | Sets a password when a user is first created in RSA ClearTrust |
Change Password | Provisioning | Updates a user's password |
Assign User to a Group | Provisioning | Assigns a user to a group in RSA ClearTrust
To map an RSA ClearTrust group to Oracle Identity Manager:
|
Remove User from a Group | Provisioning | Removes a user from a group |
Assign a Default Group to the User | Provisioning | Assigns a default group to a user |
Update User Property | Provisioning | Assigns or removes a property value
If the RSA ClearTrust property type is To set the value of any other type of property, use the Property Value field. |
Trusted Reconciliation for Login | Reconciliation | Creates Xellerate Login accounts with respect to reconciled logins from RSA ClearTrust |
Create User | Reconciliation | Reconciles user accounts from RSA ClearTrust |
Update User Property | Reconciliation | Reconciles user properties from RSA ClearTrust |
Assign User to a Group | Reconciliation | Reconciles user-group association from RSA ClearTrust |
This release of the connector supports the following languages:
Arabic
Chinese Simplified
Chinese Traditional
Danish
English
French
German
Italian
Japanese
Korean
Portuguese (Brazilian)
Spanish
See Also:
Oracle Identity Manager Globalization Guide for information about supported special charactersThe files and directories that comprise this connector are in the following directory on the installation media:
Web Access Control/RSA ClearTrust
These files and directories are listed in the Table 1-1.
Table 1-1 Files and Directories On the Installation Media
File in the Installation Media Directory | Description |
---|---|
lib/xliClearTrust.jar |
This JAR file contains the Java classes that are required for provisioning. |
lib/xliClearTrustRecon.jar |
This JAR file contains the Java classes that are required to reconcile users from RSA ClearTrust. |
Files in the |
Each of these resource bundles contains language-specific information that is used by the connector. Note: A resource bundle is a file containing localized versions of the text strings that are displayed on the user interface of Oracle Identity Manager. These text strings include GUI element labels and messages displayed on the Administrative and User Console. |
tests/config/config.properties |
This file contains the properties that are used to connect to the RSA ClearTrust server. |
tests/lib/xliClearTrustTest.jar |
This JAR file contains the test classes that can be used to test the functionality of the connector. |
xml/RSAClearTrustResourceObject.xml |
These XML files contain definitions for the following components of the RSA ClearTrust connector:
|
xml/RSAClearTrustXLResourceObject.xml |
This file contains the configuration for the Xellerate User. You must import this file only if you plan to use the connector in trusted source reconciliation mode. |
File in the Installation Media Directory | Description |
---|---|
lib/xliClearTrust.jar |
This JAR file contains the Java classes that are required for provisioning. |
lib/xliClearTrustRecon.jar |
This JAR file contains the Java classes that are required to reconcile users from RSA ClearTrust. |
Files in the resources directory |
Each of these resource bundles contains language-specific information that is used by the connector.
Note: A resource bundle is a file containing localized versions of the text strings that are displayed on the user interface of Oracle Identity Manager. These text strings include GUI element labels and messages displayed on the Administrative and User Console. |
tests/config/config.properties |
This file contains the properties that are used to connect to the RSA ClearTrust server. |
tests/lib/xliClearTrustTest.jar |
This JAR file contains the test classes that can be used to test the functionality of the connector. |
xml/RSAClearTrustResourceObject.xml |
These XML files contain definitions for the following components of the RSA ClearTrust connector:
|
xml/RSAClearTrustXLResourceObject.xml |
This file contains the configuration for the Xellerate User. You must import this file only if you plan to use the connector in trusted source reconciliation mode. |
Note:
The files in thetests
directory are used only to run tests on the connector.The "Step 2: Copying the Connector Files and External Code Files" section provides instructions to copy these files into the required directories.
You can use the following method to determine the release number of the connector:
Extract the contents of the xliClearTrust.jar
file. This file is in the following directory on the installation media:
Web Access Control/RSA ClearTrust
Open the manifest.mf
file in a text editor. The manifest.mf
file is one of the files bundled inside the xliClearTrust.jar
file.
In the manifest.mf
file, the release number of the connector is displayed as the value of the Version
property.