Oracle® Identity Manager Connector Guide for SAP Enterprise Portal Release 9.0.3 Part Number B32370-01 |
|
|
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. The connector for SAP Enterprise Portal is used to integrate Oracle Identity Manager with SAP Enterprise Portal.
Note:
Oracle Identity Manager connectors were referred to as resource adapters prior to the acquisition of Thor Technologies by Oracle.This chapter contains the following sections:
The following table lists the functions that are available with this connector.
Function | Type | Description |
---|---|---|
Create User | Provisioning | Creates a user in the SAP Enterprise Portal system |
Update User | Provisioning | Updates a user in the SAP Enterprise Portal system |
Delete User | Provisioning | Deletes a user from the SAP Enterprise Portal system |
Reset Password | Provisioning | Updates the user password in the SAP Enterprise Portal system |
Lock User | Provisioning | Locks a user in the SAP Enterprise Portal system |
UnLock User | Provisioning | Unlocks a locked user in the SAP Enterprise Portal system |
Add Role | Provisioning | Adds a role to a user in the SAP Enterprise Portal system |
Add Group | Provisioning | Adds a group to a user in the SAP Enterprise Portal system |
Remove Role | Provisioning | Removes the role of a user in the SAP Enterprise Portal system |
Remove Group | Provisioning | Removes a group from a user in the SAP Enterprise Portal system |
List Roles of User | Provisioning | Lists the roles of a user in the SAP Enterprise Portal system |
List Groups of User | Provisioning | Lists the groups of a user in the SAP Enterprise Portal system |
List All Roles | Provisioning | Lists all the roles defined in the SAP Enterprise Portal system |
List All Groups | Provisioning | Lists all the groups defined in the SAP Enterprise Portal system |
Reconciliation Insert Received | Reconciliation | Inserts into Oracle Identity Manager the user that is created in the SAP Enterprise Portal system |
Reconciliation Update Received | Reconciliation | Updates in Oracle Identity Manager the user that is updated in the SAP Enterprise Portal system |
Reconciliation Delete Received | Reconciliation | Deletes from Oracle Identity Manager the user that is deleted from the SAP Enterprise Portal system |
This release of the connector supports the following languages:
English
Brazilian Portuguese
French
German
Italian
Japanese
Korean
Simplified Chinese
Spanish
Traditional Chinese
See Also:
Oracle Identity Manager Globalization Guide for information about supported special charactersThis section discusses the elements that the reconciliation module extracts from the target system to construct reconciliation event records. The following are features of these records:
The default data elements of each reconciliation event record are Organization, Xellerate type, and Role.
The default labels for the data elements in each reconciliation event record are:
Event Linked (for successful reconciliation)
No Match Found (for failed reconciliation)
The reconciliation module reconciles the fields listed in the following sections:
For user reconciliation to work, the following lookup definitions must be available and the lookup values must be reconciled:
Lookup.SAP.EP.Country
Lookup.SAP.EP.Groups
Lookup.SAP.EP.Language
Lookup.SAP.EP.Roles
Lookup.SAP.EP.TimeZone
User reconciliation can be divided into the following:
The following fields are reconciled:
Street
City
State
Zip
Country
TimeZone
Department
ValidFrom
ValidTo
Locked
UserID
Password
ITResourceType
FirstName
LastName
EmailID
Language
Telephone
Fax
Mobile
Groups
Roles
If trusted source reconciliation is implemented, then the following additional fields are reconciled:
UserID
Password
FirstName
LastName
EmailID
Organization
Xellerate Type
Role
Valid From
Valid To
The following fields must be specified for a provisioning task to work for SAP Enterprise Portal resource objects:
User ID
Password
First Name
Last Name
Email ID
ValidFrom
ValidTo
Note:
If you create a user in Oracle Identity Manager and do not assign a role to the user, then the user would not be able to view any Portal content after logging in to SAP Enterprise Portal.The files and directories that comprise this connector are compressed in the following directory on the installation media:
Enterprise Applications\SAP Enterprise Portal
These files and directories are listed in the following table.
Note:
The files in theTroubleshoot
directory are used only to run tests on the connector.The "Step 2: Copying the Connector Files and External Code" section provides instructions to copy these files into the required directories.
To determine the release number of a connector that you have deployed:
Extract the contents of the SAPEPConnector.jar
file. For a connector that has been deployed, this file is in the following directory:
OIM_home\xellerate\JavaTasks
Open the manifest.mf
file in a text editor. The manifest.mf
file is one of the files bundled inside the SAPEPConnector.jar
file.
In the manifest.mf
file, the release number of the connector is displayed as the value of the Version
property.
See Also:
Oracle Identity Manager Design Console Guide