| Oracle® Identity Manager Connector Guide for IBM RACF Advanced Release 9.0.4 Part Number E10451-05 |
|
|
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 external, identity-aware applications. This guide discusses the connector that enables you to use IBM RACF either as a managed (target) resource or as an authoritative (trusted) source of identity data for Oracle Identity Manager.
Note:
Along with deployment on Oracle Identity Manager, some components of this connector are also deployed on the mainframe. These components are called the Reconciliation Agent and Provisioning Agent. The Oracle Identity Manager Standard connector for IBM RACF provides an agent-less architecture for integrating IBM RACF with Oracle Identity Manager. For more information, see the guide for that connector.The advanced connector for IBM RACF provides a native interface between IBM RACF installed on an IBM z/OS mainframe and Oracle Identity Manager. The connector functions as a trusted virtual administrator on the target system, performing tasks related to creating and managing user profiles.
In the account management (target resource) mode of the connector, information about users created or modified directly on the target system can be reconciled into Oracle Identity Manager. In addition, you can use Oracle Identity Manager to perform provisioning operations on the target system.
In the identity reconciliation (trusted source) configuration of the connector, users are created or modified only on the target system and information about these users is reconciled into Oracle Identity Manager.
In the IBM RACF context, the term "user profile" is synonymous with "user account." If IBM RACF is configured as a target resource, then user profiles on IBM RACF correspond to accounts or resources assigned to OIM Users. In contrast, if IBM RACF is configured as a trusted source, then user profiles on IBM RACF correspond to OIM Users.
This chapter discusses the following topics:
Table 1-1 lists the certified components.
Table 1-1 Certified Components
| Item | Requirement |
|---|---|
|
Oracle Identity Manager release 8.5.3.1 or later The connector can work with JDK 1.4 and later. |
|
|
IBM RACF on z/OS V1.8, V1.9 |
|
|
Infrastructure Requirements: Message transport layer between the Oracle Identity Manager and the mainframe environment |
TCP/IP with Advanced Encryption Standard (AES) encryption |
|
Target system user account for reconciliation and provisioning operations |
IBM Authorized Program Facility (APF) authorized account with SystemAdministrators privileges See Section 3.6, "Creating an IBM RACF Account for Connector Operations" for more information. |
The connector supports the following languages:
Arabic
Chinese (Simplified)
Chinese (Traditional)
Danish
English
French
German
Italian
Japanese
Korean
Portuguese (Brazilian)
Spanish
This section contains the following topics:
The IBM RACF Advanced connector contains the following components:
LDAP Gateway: The LDAP Gateway receives instructions from Oracle Identity Manager in the same way as any LDAP version 3 identity store. These LDAP commands are then converted into native mainframe commands for IBM RACF and sent to the Provisioning Agent. The response, which is also native to IBM RACF, is parsed into an LDAP-format response and returned to Oracle Identity Manager.
Provisioning Agent (Pioneer): The Provisioning Agent is a mainframe component. It receives native mainframe IBM RACF provisioning commands from the LDAP Gateway. These requests are processed against the IBM RACF authentication repository. The response is parsed and returned to the LDAP Gateway.
Note:
At some places in this guide, the Provisioning Agent is referred to as the Provisioning Agent or Pioneer.Reconciliation Agent (Voyager): The Reconciliation Agent captures native mainframe events by using advanced exit technology. These events are then passed to Oracle Identity Manager through the LDAP Gateway. Exits are programs that are run after a system event in IBM RACF is processed. The Reconciliation Agent captures in real time events occurring from the TSO logins, the command prompt, batch jobs, and other native events. The Reconciliation Agent captures these events and transforms them into notification messages for Oracle Identity Manager through the LDAP Gateway.
Note:
At some places in this guide, the Reconciliation Agent is referred to as the Reconciliation Agent or Voyager.Message Transport Layer: The message transport layer enables the exchange of messages between the LDAP Gateway and the Reconciliation Agent and Provisioning Agent. You can use the TCP/IP messaging protocol for the message transport layer.
TCP/IP with Advanced Encryption Standard (AES) encryption using 128-bit cryptographic keys. The connector supports a message transport layer by using the TCP/IP protocol, which is functionally similar to proprietary message transport layer protocols.
This section provides an overview of the following processes:
Full reconciliation involves fetching existing user profile data from the mainframe to Oracle Identity Manager. If you configure the target system as a target resource, then this user profile data is converted into accounts or resources for OIM Users. If you configure the target system as a trusted source, then the user profile data is used to create OIM Users.
The following is a summary of the full reconciliation process:
Note:
The detailed procedure is explained later in this guide.You specify values for the properties in the run script and the run_initial_recon_provisioning script.
In a TXT file, you create a list of user IDs of the user profiles that you want to reconcile.
You set values for the properties defined in the initialRacfAdv.properties file. These properties include your choice of whether you want to configure IBM RACF as a target resource or trusted source of Oracle Identity Manager. You also specify the name of the TXT file containing the list of user IDs.
You run the run_initial_recon_provisioning script. The script sends the list of user IDs to the LDAP Gateway.
The LDAP Gateway encrypts the list of user IDs and then sends it to the Provisioning Agent on the mainframe. The user ID and status of each user profile is stored in an internal meta-store, and a flag is set for the user profile in the meta-store.
The Provisioning Agent encrypts user profile data for the specified user IDs and then passes this data to the LDAP Gateway.
The LDAP Gateway decrypts the user profile data and passes it to Oracle Identity Manager.
The next step depends on the setting in the run_initial_recon_provisioning script:
If you configure the target system as a target resource, then this user profile data is converted into accounts or resources for OIM Users.
If you configure the target system as a trusted source, then the user profile data is used to create OIM Users.
Real-time reconciliation is initiated by the 3 exits that work in conjunction with the Reconciliation Agent. Figure 1-1 shows the flow of data during reconciliation.
The following is a summary of the reconciliation process:
Incremental reconciliation begins when a user profile is created, updated, or deleted on IBM RACF. This event might take place either directly on the mainframe or in response to a provisioning operation on Oracle Identity Manager.
ICHPWX01, ICHRIX02, and IRREVX01 are standard IBM RACF exits. These exits are used in conjunction with the Reconciliation Agent. One of these exits detects the event and sends a message containing user profile data to Subpool 231 (cache). This message contains the minimum amount of data, such as the user ID and password, needed to reconcile the event.
The Reconciliation Agent polls Subpool 231. When it finds the message in the subpool, it reads the message into its buffer. This frees up the subpool.
The Reconciliation Agent opens up a connection with the LDAP Gateway, and then sends the message to the gateway over TCP/IP.
Note:
Messages sent to the LDAP Gateway are encrypted using AES-128 encryption.The LDAP Gateway decrypts the message. If it is a Create User or Change User Status event, then the LDAP Gateway checks the source of the event by comparing the user ID against the user IDs stored in the internal meta-store:
For a Create User event, if the user ID exists in the internal meta-store, then the message is not forwarded to Oracle Identity Manager.
For a Change User Status event, if the user status from the event is the same as the user status in the internal meta-store, then the message is not forwarded to Oracle Identity Manager.
If the event does not meet either of these two conditions, then the LDAP Gateway determines that the source of the event is not Oracle Identity Manager. It then sends the message to Oracle Identity Manager.
Note:
As mentioned in Step 2, the message sent by the Reconciliation Agent contains only a minimum amount of data. The LDAP Gateway sends a request to the Provisioning Agent to fetch the remaining data from the user profile.Oracle Identity Manager processes the message and creates or updates either the corresponding IBM RACF resource or the OIM User.
Figure 1-2 shows the flow of data during provisioning.
The following is a summary of the provisioning process:
Provisioning data submitted from the Administrative and User Console is sent to the LDAP Gateway.
Note:
Oracle Identity Manager and the LDAP Gateway are installed on the same computer.The LDAP Gateway converts the provisioning data into mainframe commands, encrypts the commands, and then sends them to the mainframe computer over TCP/IP.
The Provisioning Agent installed on the mainframe computer decrypts the commands and then runs them on the mainframe.
The Provisioning Agent sends the output of the commands back to the LDAP Gateway.
The outcome of the operation on the mainframe is displayed on the Oracle Identity Manager console. A more detailed message is recorded in the connector log file.
The following are features of the connector:
Section 1.4.1, "Target Resource and Trusted Source Reconciliation"
Section 1.4.3, "Encrypted Communication Between the Target System and Oracle Identity Manager"
You can use the connector to configure IBM RACF as either a target resource or trusted source of Oracle Identity Manager.
After you deploy the connector, you can perform full reconciliation to bring all existing user profile data from the target system to Oracle Identity Manager. After the first full reconciliation run, change-based or incremental reconciliation is automatically enabled and active. Incremental reconciliation is a real-time process. User profile changes on the target system are directly sent to Oracle Identity Manager.
You can perform a full reconciliation run at any time.
AES-128 encryption is used to encrypt data that is exchanged between the LDAP Gateway and the Reconciliation Agent and Provisioning Agent on the mainframe.
The following are component-failure scenarios and the response of the connector to each scenario:
Scenario 1: The Reconciliation Agent is running and the LDAP Gateway stops responding
The Reconciliation Agent stops sending messages (event data) to the LDAP Gateway.
Messages that are not sent are stored in the subpool cache.
When the LDAP Gateway is brought back online, the Reconciliation Agent reads data from the subpool cache and then sends messages to the LDAP Gateway.
Scenario 2: The LDAP Gateway is running and the Reconciliation Agent stops responding
Event data is sent to the subpool cache.
When the Reconciliation Agent is brought back online, it reads data from the subpool cache and then sends messages to the LDAP Gateway.
Scenario 3: The LDAP Gateway is running and the mainframe stops responding
Messages that are in the subpool cache are written to disk.
When the mainframe is brought back online, event data written to disk is again stored in the subpool cache.
The Reconciliation Agent reads data from the subpool cache and then sends messages to the LDAP Gateway.
Scenario 4: The LDAP Gateway is running and the Provisioning Agent or mainframe stops responding
The process task that sends provisioning data to the LDAP Gateway retries the task.
Scenario 5: The subpool is stopped by an administrator
If the subpool is stopped by an administrator, then it shuts down the Reconciliation Agent, thereby destroying any messages that are not transmitted. However, the messages in the AES-encrypted file are not affected and can be recovered.
The following sections provide information about connector objects used during reconciliation and provisioning:
Section 1.5.1, "Supported Functions for Target Resource and Trusted Source Reconciliation"
Section 1.5.3, "User Attributes for Target Resource Reconciliation and Provisioning"
Section 1.5.4, "Group Attributes for Target Resource Reconciliation and Provisioning"
Section 1.5.6, "User Attributes for Trusted Source Reconciliation"
The connector supports reconciliation of user data from the following events:
Create user
Modify user
Change password
Reset password
Revoke user
Resume user
Delete user
Table 1-2 lists the provisioning functions supported by the connector.
Table 1-2 Supported Provisioning Functions
| Function | Description | Mainframe Command |
|---|---|---|
|
Create users |
Adds new users on IBM RACF |
ADDUSER |
|
Modify users |
Modifies user information on IBM RACF |
ALTUSER |
|
Change passwords |
Changes user passwords on IBM RACF in response to password changes made on Oracle Identity Manager through user self-service |
ALTUSER |
|
Reset passwords |
Resets user passwords on IBM RACF The passwords are reset by the administrator. |
ALTUSER |
|
Revoking user accounts |
Sets IBM RACF users to a REVOKED state |
ALTUSER |
|
Resuming user accounts |
Sets IBM RACF users to an ENABLED state |
ALTUSER |
|
Add user to group |
Connects users with an IBM RACF group |
CONNECT |
|
Remove user from group |
Disconnects users from an IBM RACF group |
REMOVE |
|
Permit user to dataset |
Permits users to be part of the data set ACL and gives them access rights to the data set |
PERMIT |
|
Remove user from dataset |
Removes users from the data set ACL |
PERMIT |
|
Permit user to access general resource |
Permits users to be part of the resource ACL and gives them access rights to the resource |
PERMIT |
|
Remove user from general resource |
Removes users from the resource ACL |
PERMIT |
|
Grant user to TSO segment |
Provides TSO access and information to users |
ALTUSER |
|
Grant user to OMVS segment |
Provides OMVS information to users |
ALTUSER |
Table 1-3 lists attribute mappings between IBM RACF and Oracle Identity Manager for target resource reconciliation and provisioning.
Table 1-3 User Attributes for Target Resource Reconciliation and Provisioning
| Process Form Field | IBM RACF Attribute | Description |
|---|---|---|
|
cn |
NAME |
Full name |
|
defaultGroup |
DEFAULT-GROUP |
Default group for the user |
|
instdata |
DATA |
Installation-defined data for the user |
|
omvsHome |
HOME |
OMVS HOME Location attribute |
|
omvsProgram |
PROGRAM |
OMVS Program attribute |
|
omvsUid |
UID |
OMVS UID Attribute |
|
owner |
OWNER |
Owner of the user profile |
|
resumeDate |
RESUME DATE |
Future date from which the user will be allowed access to the system |
|
revokeDate |
REVOKE DATE |
Future date from which the user's access to the system will be revoked |
|
tsoAcctNum |
ACCTNUM |
Default TSO account number on the TSO/E logon panel |
|
tsoCommand |
COMMAND |
Command to be run during TSO/E logon |
|
tsoDest |
DEST |
Default SYSOUT destination |
|
tsoHoldclass |
HOLDCLASS |
Default hold class |
|
tsoJobclass |
JOBCLASS |
Default job class |
|
tsoMaxSize |
MAXSIZE |
Maximum region size the user can request at logon |
|
tsoMsgclass |
MSGCLASS |
Default message class |
|
tsoProc |
PROC |
Default logon procedure on the TSO/E logon panel |
|
tsoSize |
SIZE |
Minimum region size if not requested at logon |
|
tsoSysoutclass |
SYSOUTCLASS |
Default SYSOUT class |
|
tsoUnit |
UNIT |
Default UNIT name for allocations |
|
tsoUserdata |
USERDATA |
TSO-defined data for the user |
|
uid |
USER |
Login ID |
|
userPassword |
PASSWORD |
Password used to log in |
|
waaccnt |
WAACCNT |
Account number for APPC or z/OS processing |
|
waaddr1 |
WAADDR1 |
Address line 1 for SYSOUT delivery |
|
waaddr2 |
WAADDR2 |
Address line 2 for SYSOUT delivery |
|
waaddr3 |
WAADDR3 |
Address line 3 for SYSOUT delivery |
|
waaddr4 |
WAADDR4 |
Address line 4 for SYSOUT delivery |
|
wabldg |
WABLDG |
Building for SYSOUT delivery |
|
wadept |
WADEPT |
Department for SYSOUT delivery |
|
waname |
WANAME |
User name for SYSOUT delivery |
|
waroom |
WAROOM |
Room for SYSOUT delivery |
Table 1-4 lists group attribute mappings between IBM RACF and Oracle Identity Manager. The AddUserToGroup and RemoveUserFromGroup adapters are used for group provisioning operations.
Table 1-5 lists data set resource profile attribute mappings between IBM RACF and Oracle Identity Manager. The AddUserToDataset, RemoveUserFromDataset, AddUserToResource, and RemoveUserFromResource adapters are used for data set resource profile provisioning operations.
Table 1-6 lists attribute mappings between IBM RACF and Oracle Identity Manager for trusted source reconciliation.
See Also:
Oracle Identity Manager Connector Concepts for generic information about reconciliation matching and action rulesDuring target resource reconciliation, Oracle Identity Manager tries to match each user profile fetched from IBM RACF with existing IBM RACF resources provisioned to OIM Users. This is known as process matching. A reconciliation rule is applied for process matching. If a process match is found, then changes made to the user profile on the target system are copied to the resource on Oracle Identity Manager. If no match is found, then Oracle Identity Manager tries to match the user profile against existing OIM Users. This is known as entity matching. The reconciliation rule is applied during this process. If an entity match is found, then an IBM RACF resource is provisioned to the OIM User. Data for the newly provisioned resource is copied from the user profile.
During trusted reconciliation, the same reconciliation rule is applied for entity matching. If an entity match is found, then an OIM User is created out of the data in the reconciliation event.
The following is the reconciliation rule for both target resource and trusted source reconciliation:
Rule name: IdfReconUserRule
Rule element: User Login Equals uid
In this rule element:
User Login is the User ID field on the process form and the OIM User form.
uid is the USER attribute on IBM RACF.
After you deploy the connector, you can view this reconciliation rule by performing the following steps:
On the Design Console, expand Development Tools and then double-click Reconciliation Rules.
Search for and open the IdfReconUserRule rule. Figure 1-3 shows this rule.
Reconciliation action rules specify actions that must be taken depending on whether or not matching IBM RACF resources or OIM Users are found when the reconciliation rule is applied. Table 1-7 lists the reconciliation action rules for this connector.
Table 1-7 Reconciliation Action Rules
| Rule Condition | Action |
|---|---|
|
No Matches Found |
Assign to Administrator With Least Load |
|
One Entity Match Found |
Establish Link |
|
One Process Match Found |
Establish Link |
Note:
No action is performed for rule conditions that are not predefined for this connector. You can define your own action rules for such rule conditions. See Oracle Identity Manager Design Console Guide for information about modifying or creating reconciliation action rules.After you deploy the connector, you can view the reconciliation action rules for target resource reconciliation by performing the following steps:
On the Design Console, expand Resource Management and double-click Resource Objects.
Search for and open the OIMRacfResourceObject resource object.
Click the Object Reconciliation tab, and then click the Reconciliation Action Rules tab. The Reconciliation Action Rules tab displays the action rules defined for this connector. Figure 1-4 shows the reconciliation action rules for target resource reconciliation.