Wegalvanize · OAuth Scopes

Wegalvanize OAuth Scopes

OAuth 2.0 searched

Wegalvanize publishes 7 OAuth 2.0 scopes via the authorizationCode, clientCredentials, implicit, refreshToken, and tokenExchange flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Wegalvanize 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.

CompanyGovernanceRiskComplianceAuditGRCAnalyticsAutomationSecurity
Scopes: 7 Flows: authorizationCode, clientCredentials, implicit, refreshToken, tokenExchange Method: searched

Scopes (7)

ScopeDescriptionFlows
openid OpenID Connect authentication; issues an ID token.
profile Access to the user's profile claims (name, locale, timezone, org info).
email Access to the user's email claim.
membership Organization membership / instance association for the user.
config Access to configuration-level claims for the HighBond instance.
offline_access Issue a refresh token for continued (offline) access.
none Explicit no-scope value supported by the authorization server.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: https://oidc.highbond.com/.well-known/openid-configuration
docs: https://help.highbond.com/helpdocs/highbond/en-us/Default.htm#cshid=lp-access-tokens
note: >
  The published OpenAPI declares a single http-bearer scheme (bearerFormat:
  oauth2) with no per-operation scope map, so scopes are not derivable from the
  spec. These scopes are taken verbatim from the HighBond OpenID Connect
  discovery document (scopes_supported). HighBond API tokens are user-bound and
  inherit that user's HighBond permissions rather than being scoped per token.
schemes:
  - name: HighBond OIDC (oidc.highbond.com)
    authorization_endpoint: https://oidc.highbond.com/auth
    token_endpoint: https://oidc.highbond.com/token
    flows: [authorizationCode, clientCredentials, implicit, refreshToken, tokenExchange]
scopes:
  - scope: openid
    description: OpenID Connect authentication; issues an ID token.
  - scope: profile
    description: Access to the user's profile claims (name, locale, timezone, org info).
  - scope: email
    description: Access to the user's email claim.
  - scope: membership
    description: Organization membership / instance association for the user.
  - scope: config
    description: Access to configuration-level claims for the HighBond instance.
  - scope: offline_access
    description: Issue a refresh token for continued (offline) access.
  - scope: none
    description: Explicit no-scope value supported by the authorization server.