Weave · OAuth Scopes

Weave OAuth Scopes

OAuth 2.0 searched

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

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.

CompanyCommunicationMessagingPaymentsHealthcareVoIPTelephonyReviewsSchedulingSMBDeveloper PlatformOAuth
Scopes: 3 Flows: Method: searched

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token identifying the authenticated Weave user. authorizationCode, implicit
offline_access Request a refresh token so the app can obtain new access tokens without re-prompting the user (OIDC offline access). authorizationCode
offline Legacy offline-access alias advertised by the Weave authorization server for long-lived refresh-token grants. authorizationCode

Source

OAuth Scopes

weave-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://oidc.weaveconnect.com/.well-known/openid-configuration
docs: https://dp.getweave.com/docs
schemes:
- name: WeaveOIDC
  source: well-known/weave-openid-configuration.json
  type: openIdConnect
  authorizationUrl: https://oidc.weaveconnect.com/oauth2/auth
  tokenUrl: https://oidc.weaveconnect.com/oauth2/token
scopes:
- scope: openid
  description: >-
    OpenID Connect authentication; returns an ID token identifying the
    authenticated Weave user.
  flows:
  - authorizationCode
  - implicit
  sources:
  - well-known/weave-openid-configuration.json
- scope: offline_access
  description: >-
    Request a refresh token so the app can obtain new access tokens without
    re-prompting the user (OIDC offline access).
  flows:
  - authorizationCode
  sources:
  - well-known/weave-openid-configuration.json
- scope: offline
  description: >-
    Legacy offline-access alias advertised by the Weave authorization server for
    long-lived refresh-token grants.
  flows:
  - authorizationCode
  sources:
  - well-known/weave-openid-configuration.json
notes: >-
  These are the scopes advertised by the Weave OIDC discovery document
  (scopes_supported). Weave does not publish a granular resource:action
  permission catalog on its public discovery surface; per-app data permissions
  are configured in the Weave Developer Portal rather than encoded as OAuth
  scopes. No spec-derived scopes exist because Weave publishes no public OpenAPI.