PremiaLab · OAuth Scopes

PremiaLab OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://sso.plbtech.com/oauth2/v1/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.

CompanyFinancial ServicesFintechInvestment ManagementRisk AnalyticsPortfolio AnalyticsQuantitative Investment StrategiesFactor Investing
Scopes: 7 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://sso.plbtech.com/oauth2/v1/authorize
Token URL
https://sso.plbtech.com/oauth2/v1/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token.
email Access to the user's email address and verification status.
profile Access to the user's basic profile claims (name, locale, etc.).
address Access to the user's address claim.
phone Access to the user's phone number and verification status.
offline_access Issue a refresh token for long-lived, offline access.
groups Access to the user's group/role memberships.

Source

OAuth Scopes

premialab-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://sso.plbtech.com/.well-known/openid-configuration
notes: >-
  Scopes advertised by the PremiaLab Tech (Okta) OIDC authorization server that
  fronts https://api.premialab.com. These are the standard OpenID Connect scopes
  exposed by the issuer's default authorization server; any product-specific API
  scopes are provisioned per institutional client and are not publicly published.
schemes:
  - name: PremiaLabOAuth2
    source: well-known/premialab-openid-configuration.json
    flows:
      - flow: authorizationCode
        authorizationUrl: https://sso.plbtech.com/oauth2/v1/authorize
        tokenUrl: https://sso.plbtech.com/oauth2/v1/token
scopes:
  - scope: openid
    description: OpenID Connect authentication; returns an ID token.
    sources: [well-known/premialab-openid-configuration.json]
  - scope: email
    description: Access to the user's email address and verification status.
    sources: [well-known/premialab-openid-configuration.json]
  - scope: profile
    description: Access to the user's basic profile claims (name, locale, etc.).
    sources: [well-known/premialab-openid-configuration.json]
  - scope: address
    description: Access to the user's address claim.
    sources: [well-known/premialab-openid-configuration.json]
  - scope: phone
    description: Access to the user's phone number and verification status.
    sources: [well-known/premialab-openid-configuration.json]
  - scope: offline_access
    description: Issue a refresh token for long-lived, offline access.
    sources: [well-known/premialab-openid-configuration.json]
  - scope: groups
    description: Access to the user's group/role memberships.
    sources: [well-known/premialab-openid-configuration.json]