Juniper Networks · Authentication Profile

Juniper Authentication

Authentication

Juniper Networks secures its APIs with apiKey and http across 5 declared security schemes, as derived from its OpenAPI definitions.

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000
Methods: apiKey, http Schemes: 5 OAuth flows: API key in: header

Security Schemes

authToken apiKey
· in: header (AuthToken)
apiKey apiKey
· in: header (X-Auth-Token)
keystoneAuth http
scheme: bearer
basicAuth http
scheme: basic
csrfToken apiKey
· in: header (X-CSRFToken)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/juniper-apstra-openapi.yml, openapi/juniper-atp-cloud-openapi.yml, openapi/juniper-contrail-openapi.yml,
  openapi/juniper-junos-rest-api-openapi.yml, openapi/juniper-junos-space-openapi.yml, openapi/juniper-mist-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: authToken
  type: apiKey
  in: header
  parameter: AuthToken
  description: Authentication token obtained from the /aaa/login endpoint. Include as AuthToken
    header in all requests.
  sources:
  - openapi/juniper-apstra-openapi.yml
- name: apiKey
  type: apiKey
  in: header
  parameter: X-Auth-Token
  description: API token obtained from the login endpoint
  sources:
  - openapi/juniper-atp-cloud-openapi.yml
- name: keystoneAuth
  type: http
  scheme: bearer
  description: Keystone token authentication. Obtain a token from the Keystone identity service
    and pass it as X-Auth-Token header.
  sources:
  - openapi/juniper-contrail-openapi.yml
  - openapi/juniper-mist-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication with Junos device credentials
  sources:
  - openapi/juniper-junos-rest-api-openapi.yml
  - openapi/juniper-junos-space-openapi.yml
- name: csrfToken
  type: apiKey
  in: header
  parameter: X-CSRFToken
  description: CSRF token for session-based authentication.
  sources:
  - openapi/juniper-mist-openapi.yml