SAP API Management · OAuth Scopes

SAP API Management OAuth Scopes

OAuth 2.0 derived

SAP API Management 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 Management API on a user’s behalf.

Tokens are issued from https://{tenantUrl}/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 ManagementDeveloper PortalEnterpriseSAP
Scopes: 1 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://{tenantUrl}/oauth/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
apiportal.access Full access to API Management portal clientCredentials

Source

OAuth Scopes

sap-api-management-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-api-management-portal-openapi.yml
schemes:
- name: OAuth2
  source: openapi/sap-api-management-portal-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{tenantUrl}/oauth/token
  description: OAuth 2.0 authentication using SAP BTP service key credentials
scopes:
- scope: apiportal.access
  description: Full access to API Management portal
  flows:
  - clientCredentials
  sources:
  - openapi/sap-api-management-portal-openapi.yml