- Setup
- Reference
What You'll Need
Overview
Connect Parable to SAP Concur for expense management, travel, and invoice data.Expenses
Expense reports, line items, receipts
Travel & Invoices
Travel requests, bookings, invoices
Prerequisites
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
- Company Admin access in SAP Concur
- Partner app credentials (contact SAP or Parable for setup)
- Understanding of your Concur data center location
Setup Guide
1
Obtain Partner Application Credentials
Contact SAP Concur or Parable to obtain:
- Client ID
- Client Secret
- OAuth Scopes approved for the application
SAP Concur requires partner certification for production API access.
2
Get Company Request Token
- Log in to SAP Concur as Company Admin
- Go to Administration → Company → Authentication Admin
- Click Company Request Tokens
- Click Create New Request Token
- Select the app → Create
- Copy the Request Token (valid for 24 hours)
3
Exchange for Refresh Token
Use the Company Request Token to get a refresh token:
4
Store the Refresh Token
The response includes:
access_token— Short-lived (1 hour)refresh_token— Long-lived (6 months)
5
Determine Geolocation
Check your Concur login URL to determine your region.
6
Enter values in the form
- Enter Client ID, Client Secret, Company UUID, refresh token, and geolocation base URL fields as shown in the form.
- Click Save & test connection.