Polar Signals · OAuth Scopes

Polar Signals OAuth Scopes

OAuth 2.0 searched

Polar Signals publishes 5 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Polar Signals API on a user’s behalf.

Tokens are issued from https://identity.polarsignals.com/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.

CompanyEnterpriseObservabilityContinuous ProfilingPerformanceeBPFgRPCDeveloper ToolsMCPGPU
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://cloud.polarsignals.com/login/cli
Token URL
https://identity.polarsignals.com/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
openid Standard OpenID Connect scope; issue an ID token. authorizationCode
email Access the user's email address. authorizationCode
profile Access the user's basic profile information. authorizationCode
groups Access the user's group memberships (used for SSO role mapping). authorizationCode
offline_access Issue a refresh token for long-lived offline access. authorizationCode

Source

OAuth Scopes

polar-signals-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: well-known/polar-signals-oauth-authorization-server.json
docs: https://www.polarsignals.com/docs/single-sign-on
context: >-
  These are OIDC login scopes advertised by the Polar Signals OAuth 2.0
  Authorization Server (RFC 8414) at issuer https://identity.polarsignals.com,
  used for interactive CLI / dashboard sign-in (authorization-code + PKCE).
  API-level authorization for the gRPC/Connect API is RBAC (roles/permissions),
  not OAuth scopes; automation uses service-account bearer tokens.
schemes:
- name: OAuth2
  source: well-known/polar-signals-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://cloud.polarsignals.com/login/cli
    tokenUrl: https://identity.polarsignals.com/token
    pkce: S256
scopes:
- scope: openid
  description: Standard OpenID Connect scope; issue an ID token.
  flows: [authorizationCode]
- scope: email
  description: Access the user's email address.
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile information.
  flows: [authorizationCode]
- scope: groups
  description: Access the user's group memberships (used for SSO role mapping).
  flows: [authorizationCode]
- scope: offline_access
  description: Issue a refresh token for long-lived offline access.
  flows: [authorizationCode]