Overview
To authenticate with SAP Ariba, you will need:- Client ID - A unique identifier for your application.
- Client Secret - A confidential key used to authenticate the identity of your application.
- Subdomain - Your SAP Ariba API subdomain (
api,api-eu, orapi.au.cloud). - Application Key (API Key) - Required for all API requests.
- Ariba Network ID (ANID) - Your organization’s unique identifier in SAP Ariba (e.g.,
AN01234567890).
Prerequisites:
- You must have an account with SAP Ariba Developer Portal.
- You need your Ariba Network ID (ANID) for your organization.
Instructions:
Step 1: Select Your Subdomain
SAP Ariba has different data centers for different regions. Select the API subdomain that matches where your SAP Ariba instance is hosted:| Region | Subdomain | Description |
|---|---|---|
| United States | api | Default subdomain for US-based customers |
| Europe | api-eu | For EU-based customers |
| Australia | api.au.cloud | For APAC customers |
Step 2: Get Your API Key
- Log in to the SAP Ariba Developer Portal.
- Navigate to Manage > Applications.
- Select your application (or create one if you haven’t already).
- Navigate to Application Details.
- Copy your Application Key (also called
apikey).
Step 3: Find Your ANID
Your Ariba Network ID (ANID) is your organization’s unique identifier in SAP Ariba:- Your ANID starts with
ANfollowed by digits (e.g.,AN01234567890). - You can find your ANID in your SAP Ariba account settings under Company Profile or in the URL when logged in.
- Contact your SAP Ariba administrator if you’re unsure of your ANID.
Step 4: Get OAuth Credentials
- In the SAP Ariba Developer Portal, navigate to your application’s Credentials section.
- Copy your OAuth Client ID.
- Click Generate to create a new OAuth Client Secret (if you don’t have one).
- Store these credentials securely - the Client Secret is only shown once.
Step 5: Enter credentials in the Connect UI
Once you have all your credentials:- Open the form where you need to authenticate with SAP Ariba.
- Enter your Subdomain value (
apifor US,api-eufor Europe, orapi.au.cloudfor Australia). - Enter your Application Key (API Key).
- Enter your Ariba Network ID (ANID).
- Enter your Client ID and Client Secret.
- Submit the form, and you should be successfully authenticated.