Snowflake · OAuth Scopes

Snowflake OAuth Scopes

OAuth 2.0 derived

Snowflake publishes 1 OAuth 2.0 scope via the authorizationCode and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Snowflake API on a user’s behalf.

Tokens are issued from https://org-account.snowflakecomputing.com/oauth/token-request.

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.

Data LakesData SharingData WarehousingDatabaseSQL
Scopes: 1 Flows: authorizationCode, implicit Method: derived

OAuth endpoints

Authorization URL
https://org-account.snowflakecomputing.com/oauth/authorize /oauth/authorize
Token URL
https://org-account.snowflakecomputing.com/oauth/token-request
Flows
authorizationCodeimplicit

Scopes (1)

ScopeDescriptionFlows
session:role:PUBLIC Default public role access authorizationCode

Source

OAuth Scopes

snowflake-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/snowflake-sql-rest-api.yaml, openapi/sqlapi.yaml
schemes:
- name: snowflakeOAuth
  source: openapi/snowflake-sql-rest-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://org-account.snowflakecomputing.com/oauth/authorize
    tokenUrl: https://org-account.snowflakecomputing.com/oauth/token-request
  description: Snowflake OAuth authentication flow.
- name: snowflakeOAuth
  source: openapi/sqlapi.yaml
  flows:
  - flow: implicit
    authorizationUrl: /oauth/authorize
scopes:
- scope: session:role:PUBLIC
  description: Default public role access
  flows:
  - authorizationCode
  sources:
  - openapi/snowflake-sql-rest-api.yaml