SAP Integration Suite · OAuth Scopes

SAP Integration Suite OAuth Scopes

OAuth 2.0 derived

SAP Integration Suite 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://{tenant}.authentication.sap.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.

API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTP
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://{tenant}.authentication.sap.hana.ondemand.com/oauth/token
Flows
clientCredentials

Scopes (0)

SAP Integration Suite 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 Integration Suite APIs use OAuth 2.0 client credentials with role-based authorization rather than published OAuth scopes; access to each API resource is granted by assigning documented role templates (for example MonitoringDataRead or WorkspacePackagesRead) to the SAP BTP service instance, per https://help.sap.com/docs/integration-suite/sap-integration-suite/tasks-and-permissions-556d5575d4b0483e85d4f3251f21d0ec.

Source

OAuth Scopes

sap-integration-suite-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-integration-suite-api-management-openapi.yml, openapi/sap-integration-suite-cloud-integration-openapi.yml
docs: https://help.sap.com/docs/integration-suite/sap-integration-suite/tasks-and-permissions-556d5575d4b0483e85d4f3251f21d0ec
note: >-
  SAP Integration Suite APIs use OAuth 2.0 client credentials with role-based
  authorization rather than published OAuth scopes; access to each API resource
  is granted by assigning documented role templates (for example
  MonitoringDataRead or WorkspacePackagesRead) to the SAP BTP service instance,
  per
  https://help.sap.com/docs/integration-suite/sap-integration-suite/tasks-and-permissions-556d5575d4b0483e85d4f3251f21d0ec.
schemes:
- name: oauth2
  source: openapi/sap-integration-suite-api-management-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.authentication.sap.hana.ondemand.com/oauth/token
- name: oauth2
  source: openapi/sap-integration-suite-cloud-integration-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenant}.authentication.sap.hana.ondemand.com/oauth/token
scopes: []