SAP BI Tools · Authentication Profile

Sap Bi Tools Authentication

Authentication

SAP BI Tools secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

AnalyticsBusiness IntelligenceData VisualizationReportingSAP
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

oauth2 oauth2
· flows: authorizationCode
logonToken apiKey
· in: header (X-SAP-LogonToken)

Source

Authentication Profile

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, openapi/sap-businessobjects-bi-platform-api-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize
    tokenUrl: https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token
    scopes: 0
  description: OAuth 2.0 authentication using SAML bearer assertion or authorization code grant
    flow.
  sources:
  - 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
- name: logonToken
  type: apiKey
  in: header
  parameter: X-SAP-LogonToken
  description: Logon token obtained from the /logon/long endpoint. Must be included in all subsequent
    API requests.
  sources:
  - openapi/sap-businessobjects-bi-platform-api-openapi.yml