Oracle® Identity Manager Connector Guide for RSA ClearTrust Release 9.0.3 Part Number B32367-01 |
|
|
View PDF |
Deploying the connector involves the following steps:
If you want to configure the connector for multiple installations of RSA ClearTrust, then perform the following procedure:
The following table lists the installation requirements for the connector.
Item | Requirement |
---|---|
Oracle Identity Manager | Oracle Identity Manager release 8.5.3 or later |
Target systems | RSA ClearTrust 5.5 or 5.52 |
External code | The following files from the directory in which RSA ClearTrust is installed:
ct_admin_api.jar ct_runtime_api.jar cleartrust.jar |
Target system user account | RSA ClearTrust administrator account
You provide the credentials of this user account while performing the procedure in the "Defining IT Resources" section. |
The files to be copied and the directories to which you must copy them are given in the following table.
Note:
Some of the directory paths given in the first column of this table correspond to the location of the connector files in the following directory on the installation media:Web Access Control\RSA ClearTrust
Refer to the "Files and Directories That Comprise the Connector" section for more information about these files.
File | Destination Directory |
---|---|
lib\xliClearTrust.jar |
OIM_home\xellerate\JavaTasks OIM_home\xellerate\ScheduleTask |
Files in the resources directory on the installation media |
OIM_home\xellerate\connectorResources
|
Files in the tests directory on the installation media |
OIM_home\xellerate\tests
|
Files in the xml directory on the installation media |
OIM_home\xellerate\XLIntegrations
|
The following files from the ClearTrust_installation_dir /lib directory:
ct_admin_api.jar ct_runtime_api.jar cleartrust.jar |
OIM_home\ThirdParty
|
The following files in the ClearTrust_installation_dir /lib/ directory:
ct_admin_api.jar ct_runtime_api.jar |
OIM_home\xellerate\ext
|
Note:
While installing Oracle Identity Manager in a clustered environment, you copy the contents of the installation directory to each node of the cluster. Similarly, you must copy theconnectorResources
directory and the JAR files to the corresponding directories on each node of the cluster.This section discusses the following topics:
Note:
In a clustered environment, you must perform this step on each node of the cluster.To add a log module, in the OIM_home
\config\log.properties
file, add an entry similar to the following for a new log module:
log4j.logger.ADAPTERS.CTINTEGRATION=log_level
You can specify any one of the following log levels:
DEBUG
INFO
WARN
ERROR
FATAL
Changing to the required input locale (language and country setting) involves installing the required fonts and setting the required input locale.
To set the required input locale:
Note:
Depending on the operating system used, you may need to perform this procedure differently.Open Control Panel.
Double-click Regional Options.
On the Input Locales tab of the Regional Options dialog box, add the input locale that you want to use and then switch to the input locale.
Whenever you add a new resource bundle in the OIM_home
\xellerate\connectorResources
directory or make a change in an existing resource bundle, you must clear content related to connector resource bundles from the server cache.
To clear content related to connector resource bundles from the server cache:
In a command window, change to the OIM_home
\xellerate\bin
directory.
Enter one of the following commands:
Note:
You must perform Step 1 before you perform this step. If you run the command as follows, then an exception is thrown:OIM_home\xellerate\bin\batch_file_name
On Microsoft Windows:
PurgeCache.bat ConnectorResourceBundle
On UNIX:
PurgeCache.sh ConnectorResourceBundle
In this command, ConnectorResourceBundle
is one of the content categories that you can remove from the server cache. Refer to the following file for information about the other content categories:
OIM_home\xellerate\config\xlConfig.xml
Note:
You can ignore the exception that is thrown when you perform Step 2.When you enable logging, Oracle Identity Manager automatically stores in a log file information about events that occur during the course of provisioning and reconciliation operations. To specify the type of event for which you want logging to take place, you can set the log level to one of the following:
ALL
This level enables logging for all events.
DEBUG
This level enables logging of information about fine-grained events that are useful for debugging.
INFO
This level enables logging of informational messages that highlight the progress of the application at coarse-grained level.
WARN
This level enables logging of information about potentially harmful situations.
ERROR
This level enables logging of information about error events that may still allow the application to continue running.
FATAL
This level enables logging of information about very severe error events that could cause the application to stop functioning.
OFF
This level disables logging for all events.
The file in which you set the log level and the log file path depend on the application server that you use:
For JBoss Application Server
To enable logging:
In the JBoss_home
\server\default\conf\log4j.xml
file, locate the following lines:
<category name="XELLERATE">
<priority value="log_level"/>
</category>
In the second XML code line, replace log_level
with the log level that you want to set. For example:
<category name="XELLERATE"> <priority value="INFO"/> </category>
After you enable logging, log information is written to the following file:
JBoss_home\server\default\log\server.log
For IBM WebSphere:
To enable logging:
Add the following line in the OIM_home
\xellerate\config\log.properties
file:
log4j.logger.XELLERATE=log_level
In this line, replace log_level
with the log level that you want to set.
For example:
log4j.logger.XELLERATE=INFO
After you enable logging, log information is written to the following file:
WebSphere_home\AppServer\logs\server_name\startServer.log
For BEA WebLogic
To enable logging:
Add the following line in the OIM_home
\xellerate\config\log.properties
file:
log4j.logger.XELLERATE=log_level
In this line, replace log_level
with the log level that you want to set.
For example:
log4j.logger.XELLERATE=INFO
After you enable logging, log information is written to the following file:
WebLogic_home\user_projects\domains\domain_name\server_name\server_name.log
For OC4J
To enable logging:
Add the following line in the OIM_home
\xellerate\config\log.properties
file:
log4j.logger.XELLERATE=log_level
In this line, replace log_level
with the log level that you want to set.
For example:
log4j.logger.XELLERATE=INFO
After you enable logging, log information is written to the following file:
OC4J_home\opmn\logs\default_group~home~default_group~1.log
You must import the connector XML files into Oracle Identity Manager in the following sequence:
XLIClearTrust_DM.xml
XLIClearTrustEntityAdp_DM.xml
XLICTAutoSaveAdapter_DM.xml
XLIClearTrustScheduleTask_DM.xml
Caution:
If you do not import the connector XML files in the specified order, then the connector may not work.To import the connector XML file into Oracle Identity Manager:
Open the Oracle Identity Manager Administrative and User Console.
Click the Deployment Management link on the left navigation bar.
Click the Import link under Deployment Management. A dialog box for locating files is displayed.
Locate and open the XLIClearTrust_DM.xml
file, which is in the OIM_home
\xellerate\XLIntegrations\ClearTrust\xml
directory. Details of this XML file are shown on the File Preview page.
Click Add File. The Substitutions page is displayed.
Click Next. The Confirmation page is displayed.
Click Next. The Provide IT Resource Instance Data page for the ClearTrust
IT resource is displayed.
Specify values for the parameters of the ClearTrust
IT resource. Refer to the table in the "Defining IT Resources" section for information about the values to be specified.
Click Next. The Provide IT Resource Instance Data page for a new instance of the ClearTrust
IT resource type is displayed.
Click Skip to specify that you do not want to define another IT resource. The Confirmation page is displayed.
See Also:
If you want to define another IT resource, then refer to Oracle Identity Manager Tools Reference Guide for instructions.Click View Selections.
The contents of the XML file are displayed on the Import page. You may see a cross-shaped icon along with some nodes. Remove these nodes by right-clicking each node and then selecting Remove.
Click Import. The connector XML file is imported into Oracle Identity Manager.
Perform the same procedure to import the remaining connector XML files. These files are in the OIM_home
\xellerate\XLIntegrations\ClearTrust\xml
directory.
After you import the connector XML files, proceed to the "Step 5: Configuring Reconciliation" section.
You must specify values for the ClearTrust
IT resource parameters listed in the following table.
Parameter | Description |
---|---|
CTAdminUserId |
Name of the RSA ClearTrust administrator
This is a required parameter. |
CTAdminPassword |
Password of the RSA ClearTrust administrator
This is a required parameter. |
MachineName or IPAddress |
Host name or IP address of the computer on which the RSA ClearTrust Entitlements Server is running.
This is a required parameter. |
Port |
Port number on which the RSA ClearTrust Entitlements Server is running
This is a required parameter. The default value is |
SSLMode |
SSL mode that is used to connect to the RSA ClearTrust server
Note: Ensure that RSA ClearTrust is running in this mode. Otherwise, Oracle Identity Manager cannot connect to RSA ClearTrust. This is a required parameter. Note: It is recommended that you enable SSL to secure communication with the target system. |
TimeOut |
Timeout value for the connection that is established between Oracle Identity Manager and RSA ClearTrust
This is a required parameter. |
Default User Group |
Default user group in RSA ClearTrust
This is a required parameter. |
CaFileLocation |
Location of the CA certificate
This parameter is used only with mutual authentication. |
CaPassword |
Password for the CA certificate
This parameter is used only with mutual authentication. |
KsFileLocation |
Location of the keystore file
This parameter is used only with mutual authentication. |
KsPassword |
Password of the keystore file
This parameter is used only with mutual authentication. |
KeyAlias |
Key name that is to be used with the keystore file
This parameter is used only with mutual authentication. |
PrivatePassword |
Password for the private key in the keystore file
This parameter is used only with mutual authentication. |
TimeStamp |
This parameter is reserved for future use. |
CTAdmin Group |
Group to which the RSA ClearTrust administrative user belongs |
CTAdmin Role |
Role of the RSA ClearTrust administrative user |
Target Locale: Country |
Country code
Default value: Note: You must specify the value in uppercase. |
Target Locale: Language |
Language code
Default value: Note: You must specify the value in lowercase. |
After you specify values for these IT resource parameters, proceed to Step 9 of the procedure to import connector XML files.
This section discusses the following topics:
This section describes the following prerequisite steps for configuring reconciliation:
To configure system properties:
Navigate to the System Configuration page.
Check if there is an entry for "Default date format." If this entry is not there, then perform Step 4.
Add a new entry in the Server category:
Name: Default date format
Keyword: XL.DefaultDateFormat
Value: yyyy/MM/dd hh:mm:ss z
Click Save.
Note:
Perform this step of the procedure only if you want to configure trusted source reconciliation. Only one connector can be configured for trusted source reconciliation. If you configure trusted source reconciliation for this connector while you have another trusted source configured, then both connector reconciliations would stop working.Refer to Oracle Identity Manager Connector Framework Guide for conceptual information about reconciliation configurations.
This procedure involves the following steps:
In the Oracle Identity Manager Design Console, open the Resource Object form.
Search for the Xellerate User.
On the Object Reconciliation tab, add reconciliation fields as required. Add all those reconciliation fields that would be needed to provide input for the mandatory fields in the Xellerate User form, such as User Login and First Name. However, you can ignore the Password field, although it is a mandatory field.
Open the Process Definition form.
Search for the Xellerate User.
On the Reconciliation Field Mappings tab, add the required reconciliation field mappings. All the mandatory fields of the User Defined process form must be mapped.
Open the Reconciliation Rules form.
Create a rule for the Xellerate User object, with a rule element as required. The Reconciliation Rules form is in the Development Tools folder.
After you create the rule, select the Active check box.
To create the scheduled task:
Expand the Xellerate Administration folder.
Select Task Scheduler.
Click Find. The details of the predefined scheduled task are displayed.
Enter a number in the Max Retries field. This number represents the number of times Oracle Identity Manager must attempt to complete the task before assigning the ERROR
status to the task.
Ensure that the Disabled and Stop Execution check boxes are not selected.
In the Start region, double-click the Start Time field. From the date-time editor that is displayed, set the date and time at which you want the task to run.
In the Interval region, set the following schedule parameters:
To set the task to run on a recurring basis, select the Daily, Weekly, Recurring Intervals, Monthly, or Yearly option.
If you select the Recurring Intervals option, then you must also specify the time interval at which you want the task to run on a recurring basis.
To set the task to run only once, select the Once option.
Provide values for the attributes of the scheduled task. Refer to the following table for information about the values to be specified.
Attribute | Description | Sample Value |
---|---|---|
Server |
Name of the IT Resource | ClearTrust |
Target System CT Recon - Resource Object name |
Name of the target system parent resource object | ClearTrust |
Trusted Source Recon - Resource Object name |
Name of the Oracle Identity Manager resource object | The default value is Xellerate User |
Paging Range |
Paging range to extract user accounts from the target system | 10 |
TrialRecNum |
Use this parameter if you only want to check connectivity with the target and reconcile a few records to ensure that reconciliation with the relevant target is working.
Specify the number of records that you want to reconcile as the value of this parameter. |
3 |
UseReconFieldMap |
If this attribute is set to true, the Client Customize reconciliation is activated and only the fields in the Attribute Name: CTReconciliationFields lookup are reconciled. Otherwise, all the available fields are reconciled. |
True |
CTReconciliationFields |
Name of the lookup definition that stores the reconciliation field data used in customized reconciliation | Lookup.CTReconciliation.FieldMap |
Trusted Source Recon - Resource Object name |
Name of the trusted source resource object | Default value: Xellerate User
Specify |
Date Format |
Format in which date values sent from the target system are to be saved during reconciliation
The value that you specify must be the same as the value specified in the "Configuring System Properties" section. |
yyyy/MM/dd hh:mm:ss z |
See Also:
Oracle Identity Manager Design Console Guide for information about adding and removing task attributesClick Save. The scheduled task is created. The INACTIVE
status is displayed in the Status field, because the task is not currently running. The task is run at the date and time that you set in Step 7.
If you are using Oracle Identity Manager release 9.0.1, then you must perform the following procedure to enable reconciliation:
See Also:
Oracle Identity Manager Design Console GuideOpen the Process Definition form for the ClearTrust
User. This form is in the Process Management folder.
Click the Reconciliation Field Mappings tab.
For each field that is of the IT resource type:
Double-click the field to open the Edit Reconciliation Field Mapping window for that field.
Deselect Key Field for Reconciliation Matching.
The following adapters are imported into Oracle Identity Manager when you import the connector XML file:
CTUpdateUserProperty
CTUpdateGroup
CTStringTask
CTModifyUser
CTDeleteUser
CTDeleteGroup
CTCreateUser
CTAssign Default Group
CTAddGroup
CTPrepopStartDate
CTPrepopString
CTPrepopDateAddOneYear
CTEmailValidation
CTAdd Default Group to User
CTEndOrPwdExpDateValidatio
You must compile these adapters before you can use them to provision accounts on the target system.
To compile adapters by using the Adapter Manager form:
Open the Adapter Manager form.
To compile all the adapters that you import into the current database, select Compile All.
To compile multiple (but not all) adapters, select the adapters you want to compile. Then, select Compile Selected.
Note:
Click Compile Previously Failed to recompile only those adapters that were not compiled successfully. Such adapters do not have anOK
compilation status.Click Start. Oracle Identity Manager compiles the selected adapters.
If Oracle Identity Manager is installed in a clustered environment, then copy the compiled adapters from the OIM_home
\xellerate\Adapter
directory to the same directory on each of the other nodes of the cluster. If required, overwrite the adapter files on the other nodes.
To view detailed information about an adapter:
Highlight the adapter in the Adapter Manager form.
Double-click the row header of the adapter, or right-click the adapter.
Select Launch Adapter from the shortcut menu that is displayed. Details of the adapter are displayed.
Note:
Perform this procedure only if you want to configure the connector for multiple installations of RSA ClearTrust. Refer to Oracle Identity Manager Design Console Guide for detailed instructions on performing each step of this procedure.To configure the connector for multiple installations of the target system:
Create and configure one IT resource for each target system installation.
The IT Resources form is in the Resource Management folder. An IT resource is created when you import the connector XML file. You can use this IT resource as the template for creating the remaining IT resources, of the same resource type.
Configure reconciliation for each target system installation. Refer to the "Step 5: Configuring Reconciliation" section for instructions. Note that you need to modify only the attributes that are used to specify the IT resource and to specify whether or not the target system installation is to be set up as a trusted source.
You can designate either a single or multiple installations of RSA ClearTrust as the trusted source.
If required, modify the fields to be reconciled for the Xellerate User resource object.
When you use the Administrative and User Console to perform provisioning, you can specify the IT resource corresponding to the RSA ClearTrust installation to which you want to provision the user.