SAP Ariba · OAuth Scopes

SAP Ariba OAuth Scopes

OAuth 2.0 derived

SAP Ariba uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://api.ariba.com/v2/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.ariba.com/v2/oauth/token
Flows
clientCredentials

Scopes (0)

SAP Ariba implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

SAP Ariba's OAuth token requests (grant_type client_credentials or openapi_2lo against https://api.ariba.com/v2/oauth/token) do not use or document OAuth scopes; API access is governed by per-application approval and the required apiKey parameter (https://help.sap.com/docs/ariba-apis/help-for-sap-ariba-developer-portal/sap-ariba-developer-portal-authentication).

Source

OAuth Scopes

sap-ariba-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-ariba-procurement-api.yml
docs: https://help.sap.com/docs/ariba-apis/help-for-sap-ariba-developer-portal/sap-ariba-developer-portal-authentication
note: SAP Ariba's OAuth token requests (grant_type client_credentials or openapi_2lo
  against https://api.ariba.com/v2/oauth/token) do not use or document OAuth scopes;
  API access is governed by per-application approval and the required apiKey parameter
  (https://help.sap.com/docs/ariba-apis/help-for-sap-ariba-developer-portal/sap-ariba-developer-portal-authentication).
schemes:
- name: oauth2
  source: openapi/sap-ariba-procurement-api.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.ariba.com/v2/oauth/token
  description: OAuth 2.0 Client Credentials flow for SAP Ariba API authentication. Obtain client
    credentials from the SAP Ariba Developer Portal.
scopes: []