Symphony · Authentication Profile

Symphony Authentication

Authentication

Symphony secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CollaborationCommunicationFinancial ServicesMessagingSecure Communication
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

JwtAuth http
scheme: bearer
ApiKeyAuth apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/community-connect-openapi-original.yml, openapi/pod-openapi-original.yml, openapi/profile-manager-openapi-original.yml,
  openapi/symphony-community-connect-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: JwtAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: ExtApp JWT
  sources:
  - openapi/community-connect-openapi-original.yml
  - openapi/pod-openapi-original.yml
  - openapi/profile-manager-openapi-original.yml
  - openapi/symphony-community-connect-api-openapi.yml
- name: ApiKeyAuth
  type: apiKey
  in: query
  parameter: token
  sources:
  - openapi/community-connect-openapi-original.yml
  - openapi/symphony-community-connect-api-openapi.yml