generated: '2026-07-11' method: derived source: openapi/weave-hq-openapi.yml docs: https://oidc.weaveconnect.com/.well-known/openid-configuration note: Weave does not publish API-permission OAuth scopes - the developer portal (https://dp.getweave.com) is behind a login, and the live OIDC discovery document at https://oidc.weaveconnect.com/.well-known/openid-configuration lists only the standard OIDC scopes openid, offline, and offline_access, with access governed by the developer application rather than granular scopes. schemes: - name: oauth2 source: openapi/weave-hq-openapi.yml flows: - flow: authorizationCode authorizationUrl: https://auth.weaveconnect.com/oauth2/default/v1/authorize tokenUrl: https://auth.weaveconnect.com/oauth2/default/v1/token description: 'OAuth 2.0 access token issued by Weave''s OIDC provider. Authorization and token endpoints are served under https://auth.weaveconnect.com/oauth2/default (issuer https://oidc.weaveconnect.com). Present as `Authorization: Bearer ACCESS_TOKEN`.' scopes: []