Configure Integration Between Oracle Access Governance and SAP Ariba
You can establish a connection between Oracle Access Governance and SAP Ariba SaaS application as a Managed System. To configure, use Orchestrated Systems in the Oracle Access Governance Console.
Prerequisites
Before you install and configure the SAP Ariba Orchestrated System, you should consider the following prerequisites and tasks.
Setup to Manage SAP Ariba Accounts - Configuring a New Integration Inbound Endpoint in SAP Ariba
Configure an inbound endpoint in SAP Ariba solution to enable provisioning and access management from Oracle Access Governance.
- Member of the Customer Administrator or Integration Admin group
- Group with the Administrator or Integration Admin role
Configure a New Integration Inbound Endpoint in SAP Ariba
Setup for Data Load - Enable an API from the SAP Ariba API Developer Portal
You can reconcile data from your SAP Ariba application to Oracle Access Governance by enabling the application API.
Create Application on the SAP Developer API Portal
You may skip the task if you already have an SAP Ariba application.
- Sign in to the SAP Ariba developer portal.
- Navigate to Manage Applications, then click the + plus sign.
- Enter application name and description.
- Click Submit.
The application is created and is visible under the Applications list. A unique identifier for you application, Application Key, is also generated. You require this to configure with Oracle Access Governance
Request API Access for your application
- Sign in to the SAP Ariba developer portal as a user with the Organization admin role.
- On the SAP Ariba Administrator dashboard, click .
- Search the desired application in the application list that you want it enabled.
- On the application setting page, click .
- Complete the following application details:
- In the API Names drop-down list, choose the API name that you want to access.
- In the Realm name, choose the solution for which you want to enable the application.
- In the AN-ID field, enter your Ariba Network Identification Number (ANID).
- In the realm type, select Production or Type.
- Click Submit.
The application is sent for approval. SAP Ariba user with the Organization Admin role can approve the API access request for your application.
Generate OAuth Secret and Base64 Encoded Client ID and Secret for your Application
Once the application is approved by your administrator, you can generate OAuth Secret credentials to authenticate your API. Follow the given instructions:
- Sign in to the SAP Ariba developer portal as a user with the Organization admin role.
- On the SAP Ariba Administrator dashboard, click .
- Search the desired application in the application list that you want it enabled.
- On the application setting page, click .
- In the confirmation box, click Submit. The OAuth Secret and Base64 Encoded Client and Secret are displayed.
- Copy the OAuth Secret and Base64 Encoded Client and Secret and save it to a secure location.
You'll need this to configure orchestrated system in the Oracle Access Governance Console.
Fetch OAuth Authentication Server URL
You must fetch OAuth Server URL for your API application to establish the connection.
- Sign in to the SAP Ariba developer portal as a user with the Organization admin role.
- Go to Discover section, and navigate to STRATEGIC SOURCING.
- Search for Master Data Retrieval API for Sourcing.
- Copy the OAuth Server URL Prefix value, and append v2.
Example: https://< OAuth Server URL >/v2
Fetch Partition ID and Variant values from WSDL
You need to fetch variant and partition ID of the realm to maintain parameter for Master Data Set.
- Sign in to the Ariba application with admin credentials.
- In the Ariba Administrator dashboard, click Manage and select Administration from drop-down.
- Expand Integration Manager and select Integration Configuration.
- Search for Import Users web service, Task name=Import User.
- Click and open the Import Users web service.
- Click View WSDL and search for vrealm in WSDL.
- If you find vrealm_1234 in WSDL, you can use vrealm_1234 as Variant and prealm_1234 as Partition.
Configure
You can establish a connection between SAP Ariba and Oracle Access Governance by entering connection details. To achieve this, use the orchestrated systems functionality available in the Oracle Access Governance Console.
Navigate to the Orchestrated Systems Page
Identity orchestrations are set up from the Oracle Access Governance Console. Go to the Orchestrated Systems page to integrate SAP Ariba with Oracle Access Governance.
- From the Oracle Access Governance navigation menu icon
, select Service Administration → Orchestrated Systems.
- Click the Add an orchestrated system button to start the workflow.
Select System
On the Select system step of the workflow, you can specify the type of system that you want to integrate.
You can search for the required system by name using the Search field.
- Select SAP Ariba.
- Click Next.
Enter Details
In the Enter Details step, give a meaningful name to your orchestrated system, add a supporting description, and determine if you can use this system as an authoritative source or for managing permissions. For SAP Ariba, you can use Oracle Access Governance to manage permissions for identity accounts.
- Enter a name for the system you want to connect to in the What do you want to call this system? field.
- Enter a description for the system in the How do you want to describe this system? field.
Note:
A message is displayed on the page indicating that Oracle Access Governance can manage permissions for this system, enabling provisioning of accounts. - Click Next.
Add Owners
In this step, add primary and additional owners for your orchestrated system.
Note:
When setting up the first Orchestrated System for your service instance, you can assign owners only after you enable the identities from the Manage Identities section.- Select an Oracle Access Governance active user as the primary owner in the Who is the primary owner? field.
- Select one or more additional owners in the Who else owns it? list. You can add up to 20 additional owners for the resource.
Account Settings
On the Account settings step of the workflow, enter details of how you would like to manage accounts with Oracle Access Governance when configured as a managed system
- Select where to send notification emails when an account is created. The default setting is User. You can select one, both, or none of these options. If you select no options then notifications will not be sent when an account is created.
- User
- User manager
For this orchestrated system, the identity accounts can only be disabled and not be deleted. So, the choices to select for mover and leaver case will be grayed out.
Integration Settings
On the Integration settings step of the workflow, enter the configuration details required to allow Oracle Access Governance to connect to SAP Ariba.
Fill the configuration information as explained in the following table, and then click Add.
Table - Integration Details
Field | Description | Example | Reference |
---|---|---|---|
What is the realm name hosting SAP Ariba? | Enter the unique realm name for your solution. Typically, you can find this in the URL in the format s1.ariba.com/sourcing/Main/xxxxxrealm=MyRealm-T |
MyRealm-T | How do I find out my realm name? |
What is the API Key to be used for loading data? | Enter the unique API application key for the application you created | 123abc12345ABXX | |
What is Oauth Client ID? | Enter client ID for your API Application. This information is visible when you generate OAuth credentials for your application. | 123ABC12345acxx | Generate OAuth Credentials |
What is OAuth Client Secret? | Enter client Secret for your API Application. This information is visible when you generate OAuth credentials for your application. | 123ABC12345aTT | Generate OAuth Credentials |
What is the authentication server URL to validate the client? | Enter the OAuth Server URL and append v2 | https://< OAuth Server URL >/v2 |
Fetch OAuth Authentication Server URL |
What is username? | Enter the user id for HTTP Basic authentication | ag24sapariba | Setup to Manage SAP Ariba Accounts - Configuring a New Integration Inbound Endpoint in SAP Ariba |
What is password? | Enter the password for HTTP Basic authentication | ag24sapariba | Setup to Manage SAP Ariba Accounts - Configuring a New Integration Inbound Endpoint in SAP Ariba |
Confirm password | Re-enter the password for confirmation. | ag24sapariba | Setup to Manage SAP Ariba Accounts - Configuring a New Integration Inbound Endpoint in SAP Ariba |
What is the tenancy's unique partition name? | Enter the unique partition name for your realm | prealm_1234 | Fetch Partition ID and Variant values from WSDL |
What is the tenancy's unique variant name? | Enter the unique variant name for your realm. | vrealm_1234 | Fetch Partition ID and Variant values from WSDL |
Finish Up
Review and configure your configuration setup. You are given a choice whether to further configure your orchestrated system before running a data load, or accept the default configuration and initiate a data load.
- Customize before enabling the system for data loads
- Activate and prepare the data load with the provided defaults
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customer access to and use of Oracle support services will be pursuant to the terms and conditions specified in their Oracle order for the applicable services.