Unified.to
All articles

Concur & Concur (Company) — Connection Guide


April 10, 2026

Overview

There are two SAP Concur integrations are available. You will need to choose which one to use based off of the authentication type and required data objects.

Integrations

  • Concur
    • End-user OAuth (authorization code flow)
    • Categories: Accounting, Storage, Auth
  • Concur (Company)
    • Company-level authentication
    • Uses credentials instead of user OAuth
    • Categories: Accounting, HRIS, Storage, Auth

Concur vs Concur (Company)

Concur

  • Authentication: OAuth 2.0 (user-based)
  • Credentials:
    • Client ID
    • Client Secret
    • Redirect URI
  • Supported Objects:
    • Accounting — Expense
    • Accounting — Invoice
    • Storage — File
  • Use Case:
    • User connects their own account and grants access

Concur (Company)

  • Authentication: Company token flow (server-to-server)
  • token_names:
    • Client ID
    • Client Secret
    • Company UUID
    • Request Token
  • Supported Objects:
    • Accounting — Expense
    • Accounting — Invoice
    • HRIS — Employee
    • Storage — File
  • Use Case:
    • Company-wide access
    • Backend integrations
    • Employee data access

When to Use Which

  • Use Concur
    • When a user signs in and authorizes access
  • Use Concur (Company)
    • When you need company-wide access
    • When working with employee data
    • When SAP requires Company UUID + Request Token

OAuth Scopes

ObjectReadWrite
ExpenseEXPRPTEXPRPT
InvoiceINVPMTINVPMT
FileIMAGE, spenddocs.receipts.readIMAGE, spenddocs.receipts.read, spenddocs.receipts.write

Concur (Company) — Credential Details

Required Fields


Region Reference

Select the correct API region based on your tenant:

  • Production (US2 default)
  • EU2
  • APJ1
  • US Government
  • Sandbox / Implementation

If unsure, confirm with your SAP Concur administrator.

All articles