Synopsys · Authentication Profile

Synopsys Authentication

Authentication

Synopsys 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 clientCredentials flow(s).

Software SecurityApplication Security TestingStatic AnalysisSoftware Composition AnalysisEDA ToolsSemiconductor DesignFortune 1000
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: clientCredentials API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (X-API-Key)
oauth2 oauth2
· flows: clientCredentials
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/synopsys-cloud-openlink-openapi.yml, openapi/synopsys-polaris-openapi.yml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: API key-based authentication
  sources:
  - openapi/synopsys-cloud-openlink-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.synopsys.com/oauth/token
    scopes: 1
  sources:
  - openapi/synopsys-cloud-openlink-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: Access token obtained from Polaris portal
  sources:
  - openapi/synopsys-polaris-openapi.yml