Presto Foundation · OAuth Scopes

Presto Foundation OAuth Scopes

OAuth 2.0 derived

Presto Foundation uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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

AnalyticsBig DataDistributed SQLLinux FoundationOpen SourceQuery EngineSQL
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (0)

Presto Foundation implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Presto does not publish its own OAuth scopes; OAuth 2.0 is an optional coordinator authenticator using OIDC where scopes (e.g. openid, email, profile) are configured per deployment via http-server.authentication.oauth2.scopes for the external identity provider (https://prestodb.io/docs/current/security/oauth2.html).

Source

OAuth Scopes

presto-foundation-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/presto-foundation-openapi.yml
docs: https://prestodb.io/docs/current/security/oauth2.html
note: Presto does not publish its own OAuth scopes; OAuth 2.0 is an optional coordinator
  authenticator using OIDC where scopes (e.g. openid, email, profile) are configured
  per deployment via http-server.authentication.oauth2.scopes for the external identity
  provider (https://prestodb.io/docs/current/security/oauth2.html).
schemes:
- name: oauth2
  source: openapi/presto-foundation-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://example.com/oauth/authorize
    tokenUrl: https://example.com/oauth/token
  description: OAuth 2.0 authenticator (when enabled on the coordinator).
scopes: []