Oauth2-Proxy · Authentication Profile

Oauth2 Proxy Authentication

Authentication

Oauth2-Proxy secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Authentication ProxyProxy
Methods: apiKey Schemes: 1 OAuth flows: API key in: cookie

Security Schemes

SessionCookie apiKey
· in: cookie (_oauth2_proxy)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/oauth2-proxy-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - cookie
schemes:
- name: SessionCookie
  type: apiKey
  in: cookie
  parameter: _oauth2_proxy
  description: Session cookie established by the OAuth callback.
  sources:
  - openapi/oauth2-proxy-openapi.yml