AltScore · OAuth Scopes

AltScore OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://auth.altscore.ai/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.

CompanyCreditLendingFintechCredit ScoringUnderwritingKYCFinancial ServicesLatin AmericaData AggregationWorkflowsDecisioning
Scopes: 3 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://auth.altscore.ai/oauth/authorize
Token URL
https://auth.altscore.ai/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token. authorizationCode
profile Access to the user's basic profile claims. authorizationCode
email Access to the user's email claim. authorizationCode

Source

OAuth Scopes

altscore-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://auth.altscore.ai/.well-known/openid-configuration
docs: https://auth.altscore.ai/.well-known/openid-configuration
description: >-
  OAuth 2.0 / OpenID Connect scopes and grant types advertised by AltScore's
  Frontegg-backed identity service. These are the identity-layer scopes exposed
  through OIDC discovery; product/API authorization is enforced per-tenant on
  the resource servers rather than through fine-grained OAuth scopes.
schemes:
- name: OpenIDConnect
  source: https://auth.altscore.ai/.well-known/openid-configuration
  issuer: https://auth.altscore.ai
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.altscore.ai/oauth/token
  - flow: authorizationCode
    authorizationUrl: https://auth.altscore.ai/oauth/authorize
    tokenUrl: https://auth.altscore.ai/oauth/token
grant_types_supported:
- authorization_code
- refresh_token
- client_credentials
- urn:ietf:params:oauth:grant-type:token-exchange
- urn:ietf:params:oauth:grant-type:device_code
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
  flows: [authorizationCode]
- scope: profile
  description: Access to the user's basic profile claims.
  flows: [authorizationCode]
- scope: email
  description: Access to the user's email claim.
  flows: [authorizationCode]