SAP · OAuth Scopes

SAP OAuth Scopes

OAuth 2.0 derived

SAP publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the SAP API on a user’s behalf.

Tokens are issued from https://{subdomain}.authentication.{region}.hana.ondemand.com/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.

AIBTPBusiness ApplicationsCloudData ManagementEnterpriseERPIntegration
Scopes: 1 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token https://{host}/oauth/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
API_BUSINESS_PARTNER Access to Business Partner API clientCredentials

Source

OAuth Scopes

sap-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-ai-core-openapi.yml, openapi/sap-s4hana-cloud-business-partner-openapi.yml
schemes:
- name: oauth2
  source: openapi/sap-ai-core-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token
- name: oauth2
  source: openapi/sap-s4hana-cloud-business-partner-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{host}/oauth/token
  description: OAuth 2.0 authentication
scopes:
- scope: API_BUSINESS_PARTNER
  description: Access to Business Partner API
  flows:
  - clientCredentials
  sources:
  - openapi/sap-s4hana-cloud-business-partner-openapi.yml