Spinnaker · OAuth Scopes

Spinnaker OAuth Scopes

OAuth 2.0 derived

Spinnaker publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Spinnaker API on a user’s behalf.

Tokens are issued from https://accounts.example.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Continuous DeliveryContainersDevOpsMulti-CloudPipelines
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.example.com/oauth/authorize
Token URL
https://accounts.example.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
email User email access authorizationCode
openid OpenID Connect scope authorizationCode
profile User profile access authorizationCode

Source

OAuth Scopes

spinnaker-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/spinnaker-gate-openapi.yml
schemes:
- name: oauth2
  source: openapi/spinnaker-gate-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.example.com/oauth/authorize
    tokenUrl: https://accounts.example.com/oauth/token
  description: OAuth 2.0 authentication for Spinnaker Gate
scopes:
- scope: email
  description: User email access
  flows:
  - authorizationCode
  sources:
  - openapi/spinnaker-gate-openapi.yml
- scope: openid
  description: OpenID Connect scope
  flows:
  - authorizationCode
  sources:
  - openapi/spinnaker-gate-openapi.yml
- scope: profile
  description: User profile access
  flows:
  - authorizationCode
  sources:
  - openapi/spinnaker-gate-openapi.yml