Jupyter Notebook · Authentication Profile

Jupyter Notebook Authentication

Authentication

Jupyter Notebook secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Data ScienceInteractive ComputingJupyterMachine LearningNotebooksPython
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

token apiKey
· in: header (Authorization)
tokenQuery apiKey
· in: query (token)
oAuthToken http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/jupyter-kernel-gateway-api-openapi.yml, openapi/jupyter-notebook-rest-api-openapi.yml,
  openapi/jupyterhub-rest-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: token
  type: apiKey
  in: header
  parameter: Authorization
  description: Authentication token configured via KG_AUTH_TOKEN. Passed as 'token <token_value>'
    in the Authorization header.
  sources:
  - openapi/jupyter-kernel-gateway-api-openapi.yml
  - openapi/jupyter-notebook-rest-api-openapi.yml
  - openapi/jupyterhub-rest-api-openapi.yml
- name: tokenQuery
  type: apiKey
  in: query
  parameter: token
  description: Authentication token passed as a query parameter.
  sources:
  - openapi/jupyter-kernel-gateway-api-openapi.yml
  - openapi/jupyter-notebook-rest-api-openapi.yml
- name: oAuthToken
  type: http
  scheme: bearer
  description: OAuth2 bearer token.
  sources:
  - openapi/jupyterhub-rest-api-openapi.yml