Blackpoint · OAuth Scopes

Blackpoint OAuth Scopes

OAuth 2.0 searched

Blackpoint publishes 6 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Blackpoint API on a user’s behalf.

Tokens are issued from https://login.bpsnap.com/oauth/token.

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.

CompanyCybersecurityManaged Detection and ResponseMDRSecurity OperationsIdentity Threat DetectionSecurity Posture ManagementMSPSIEM
Scopes: 6 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://login.bpsnap.com/authorize
Token URL
https://login.bpsnap.com/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (6)

ScopeDescriptionFlows
openid OpenID Connect sign-in; issue an ID token.
profile Access to the user's basic profile claims.
email Access to the user's email address and verification status.
offline_access Issue a refresh token for long-lived access.
roles Include the user's CompassOne roles in the token (Auth0 custom scope).
groups Include the user's group memberships in the token (Auth0 custom scope).

Source

OAuth Scopes

blackpoint-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://login.bpsnap.com/.well-known/openid-configuration
docs: https://login.bpsnap.com/.well-known/openid-configuration
notes: >-
  Blackpoint CompassOne authenticates through an Auth0 OIDC tenant
  (login.bpsnap.com). Scopes below are the standard OIDC/Auth0 scopes advertised
  by the tenant's discovery document, plus the runtime scope string the
  CompassOne web app requests. Fine-grained CompassOne API permission scopes are
  not published on a public reference page (the product API at
  api.blackpointcyber.com is gated).
schemes:
- name: CompassOneOIDC
  source: https://login.bpsnap.com/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.bpsnap.com/authorize
    tokenUrl: https://login.bpsnap.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://login.bpsnap.com/oauth/token
runtime_scope_request: "openid profile email roles groups offline_access"
scopes:
- scope: openid
  description: OpenID Connect sign-in; issue an ID token.
- scope: profile
  description: Access to the user's basic profile claims.
- scope: email
  description: Access to the user's email address and verification status.
- scope: offline_access
  description: Issue a refresh token for long-lived access.
- scope: roles
  description: Include the user's CompassOne roles in the token (Auth0 custom scope).
- scope: groups
  description: Include the user's group memberships in the token (Auth0 custom scope).