OpenBlock Labs · OAuth Scopes

OpenBlock Labs OAuth Scopes

OAuth 2.0 searched

OpenBlock Labs 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.

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.

CompanyDataCoding AgentAI AgentsDeveloper ToolsAutomationOAuthMCP
Scopes: 0 Flows: Method: searched

Scopes (0)

OpenBlock Labs 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.

Source

OAuth Scopes

openblock-labs-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://auth.openblocklabs.com/.well-known/oauth-authorization-server
docs: https://auth.openblocklabs.com/.well-known/oauth-authorization-server
provider: OpenBlock Labs (OB-1)
authorization_server: https://auth.openblocklabs.com
notes: >-
  Scopes advertised by the OB-1 OAuth 2.0 / OpenID Connect authorization server
  (WorkOS AuthKit). scopes_supported harvested verbatim from the published
  oauth-authorization-server metadata document. These are standard OIDC scopes;
  the provider does not publish a fine-grained resource-permission scope
  reference (the platform API sits behind authenticated dashboard access).
scopes:
- name: openid
  description: OpenID Connect authentication; returns an ID token for the signed-in user.
- name: profile
  description: Access to the end user's basic profile claims.
- name: email
  description: Access to the end user's email address claim.
- name: offline_access
  description: Issue a refresh token so the client can obtain new access tokens without re-prompting.