SAP BI Tools · OAuth Scopes

SAP BI Tools OAuth Scopes

OAuth 2.0 derived

SAP BI Tools 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.{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.

AnalyticsBusiness IntelligenceData VisualizationReportingSAP
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize
Token URL
https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token
Flows
authorizationCode

Scopes (0)

SAP BI Tools 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 Analytics Cloud does not publish OAuth scope strings; access is governed by tenant-configured OAuth client purposes (Interactive Usage or API Access) and Access options such as Story Listing and User Provisioning, per the Manage OAuth Clients documentation (https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/4f43b54398fc4acaa5efa32badfe3df6.html).

Source

OAuth Scopes

sap-bi-tools-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-analytics-cloud-api-openapi.yml, openapi/sap-analytics-cloud-content-network-api-openapi.yml,
  openapi/sap-analytics-cloud-data-export-api-openapi.yml
docs: https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/4f43b54398fc4acaa5efa32badfe3df6.html
note: SAP Analytics Cloud does not publish OAuth scope strings; access is governed by
  tenant-configured OAuth client purposes (Interactive Usage or API Access) and Access
  options such as Story Listing and User Provisioning, per the Manage OAuth Clients
  documentation (https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/4f43b54398fc4acaa5efa32badfe3df6.html).
schemes:
- name: oauth2
  source: openapi/sap-analytics-cloud-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize
    tokenUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token
  description: OAuth 2.0 authentication using SAML bearer assertion or authorization code grant
    flow.
- name: oauth2
  source: openapi/sap-analytics-cloud-content-network-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize
    tokenUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token
  description: OAuth 2.0 authentication using authorization code grant flow.
- name: oauth2
  source: openapi/sap-analytics-cloud-data-export-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize
    tokenUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token
  description: OAuth 2.0 authentication using SAML bearer assertion or authorization code grant
    flow.
scopes: []