Apicurio · OAuth Scopes

Apicurio OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://example.com/realms/apicurio/protocol/openid-connect/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.

Apache LicenseAPI DesignAPI RegistryAvroAsyncAPIJavaOpen SourceOpenAPIRed HatSchema Registry
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://example.com/realms/apicurio/protocol/openid-connect/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
admin Admin access clientCredentials
read Read access clientCredentials
write Write access clientCredentials

Source

OAuth Scopes

apicurio-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/apicurio-openapi.yml
schemes:
- name: OAuth2
  source: openapi/apicurio-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://example.com/realms/apicurio/protocol/openid-connect/token
scopes:
- scope: admin
  description: Admin access
  flows:
  - clientCredentials
  sources:
  - openapi/apicurio-openapi.yml
- scope: read
  description: Read access
  flows:
  - clientCredentials
  sources:
  - openapi/apicurio-openapi.yml
- scope: write
  description: Write access
  flows:
  - clientCredentials
  sources:
  - openapi/apicurio-openapi.yml