Quay · OAuth Scopes

Quay OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://quay.io/oauth/access_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.

Container ImagesContainersRed HatRegistrySecurity Scanning
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://quay.io/oauth/authorize
Token URL
https://quay.io/oauth/access_token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
org:admin Administer organizations authorizationCode
repo:admin Administer repositories authorizationCode
repo:read Read repositories authorizationCode
repo:write Write repositories authorizationCode
user:admin Administer the user authorizationCode
user:read Read user info authorizationCode

Source

OAuth Scopes

quay-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/quay-openapi.yml
schemes:
- name: OAuth2
  source: openapi/quay-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://quay.io/oauth/authorize
    tokenUrl: https://quay.io/oauth/access_token
scopes:
- scope: org:admin
  description: Administer organizations
  flows:
  - authorizationCode
  sources:
  - openapi/quay-openapi.yml
- scope: repo:admin
  description: Administer repositories
  flows:
  - authorizationCode
  sources:
  - openapi/quay-openapi.yml
- scope: repo:read
  description: Read repositories
  flows:
  - authorizationCode
  sources:
  - openapi/quay-openapi.yml
- scope: repo:write
  description: Write repositories
  flows:
  - authorizationCode
  sources:
  - openapi/quay-openapi.yml
- scope: user:admin
  description: Administer the user
  flows:
  - authorizationCode
  sources:
  - openapi/quay-openapi.yml
- scope: user:read
  description: Read user info
  flows:
  - authorizationCode
  sources:
  - openapi/quay-openapi.yml