Skyhigh Security · Authentication Profile

Skyhigh Authentication

Authentication

Skyhigh Security secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the implicit flow(s).

CompanyCybersecuritySecurity Service EdgeCASBSecure Web GatewayData Loss PreventionCloud SecurityZero TrustSASE
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: implicit API key in: query

Security Schemes

basicAuth http
scheme: basic
internalApiKey apiKey
· in: query (accessToken)
tenantAuth oauth2
· flows: implicit

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/skyhigh-incidents-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - query
  oauth2_flows:
  - implicit
schemes:
- name: basicAuth
  type: http
  scheme: basic
  sources:
  - openapi/skyhigh-incidents-openapi-original.yml
- name: internalApiKey
  type: apiKey
  in: query
  parameter: accessToken
  sources:
  - openapi/skyhigh-incidents-openapi-original.yml
- name: tenantAuth
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: http://com.shn/api/oauth/dialog
    scopes: 3
  sources:
  - openapi/skyhigh-incidents-openapi-original.yml