AccessFintech · OAuth Scopes

AccessFintech OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://login.accessfintech.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 ServicesCapital MarketsPost-TradeSettlementData NetworksReconciliationFintechGraphQL
Scopes: 7 Flows: authorizationCode, implicit, deviceCode Method: probed

OAuth endpoints

Authorization URL
https://login.accessfintech.com/oauth2/v1/authorize
Token URL
https://login.accessfintech.com/oauth2/v1/token
Flows
authorizationCodeimplicitdeviceCode

Scopes (7)

ScopeDescriptionFlows
openid Request an ID token; required to initiate an OpenID Connect flow. authorizationCode, implicit, deviceCode
profile Basic profile claims (name, preferred_username, locale, updated_at).
email The email and email_verified claims.
address The address claim.
phone The phone_number claim.
offline_access Issue a refresh token so the client can renew access without re-prompting.
groups Group memberships for the authenticated user — the entitlement carrier for tenant/org access in the Synergy UI.

Source

OAuth Scopes

accessfintech-scopes.yml Raw ↑
generated: '2026-08-06'
method: probed
source: https://login.accessfintech.com/.well-known/openid-configuration
note: >-
  IMPORTANT SCOPE OF THIS FILE. AccessFintech publishes no OpenAPI and no public scopes /
  permissions reference, so nothing here is a business scope for the Synergy API. These are
  the scopes the company's own OpenID Connect issuer advertises in its anonymous discovery
  document. The `openid`-family scopes are the standard OIDC set the Synergy sign-in flow
  can request; the `okta.*` scopes belong to the Okta org management authorization server
  that the same issuer fronts, not to the Synergy data API. Recorded as observed, not as a
  claim about AccessFintech's API authorization model.

schemes:
  - name: openid-connect
    issuer: https://login.accessfintech.com
    source: https://login.accessfintech.com/.well-known/openid-configuration
    flows:
      - flow: authorizationCode
        authorizationUrl: https://login.accessfintech.com/oauth2/v1/authorize
        tokenUrl: https://login.accessfintech.com/oauth2/v1/token
      - flow: implicit
        authorizationUrl: https://login.accessfintech.com/oauth2/v1/authorize
      - flow: deviceCode
        deviceAuthorizationUrl: https://login.accessfintech.com/oauth2/v1/device/authorize
        tokenUrl: https://login.accessfintech.com/oauth2/v1/token

scopes:
  - scope: openid
    description: Request an ID token; required to initiate an OpenID Connect flow.
    kind: oidc-standard
    flows: [authorizationCode, implicit, deviceCode]
  - scope: profile
    description: Basic profile claims (name, preferred_username, locale, updated_at).
    kind: oidc-standard
  - scope: email
    description: The email and email_verified claims.
    kind: oidc-standard
  - scope: address
    description: The address claim.
    kind: oidc-standard
  - scope: phone
    description: The phone_number claim.
    kind: oidc-standard
  - scope: offline_access
    description: Issue a refresh token so the client can renew access without re-prompting.
    kind: oidc-standard
  - scope: groups
    description: Group memberships for the authenticated user — the entitlement carrier for tenant/org access in the Synergy UI.
    kind: okta

org_management_scopes:
  note: >-
    The RFC 8414 metadata document additionally advertises the full Okta org management
    scope family (okta.users.*, okta.groups.*, okta.apps.*, okta.policies.*, okta.logs.read,
    okta.sessions.*, and ~40 more read/manage pairs). These are Okta platform administration
    scopes exposed by every Okta org, not AccessFintech product scopes, and they are listed
    here only so the observation is not silently dropped. See
    well-known/accessfintech-oauth-authorization-server.json for the verbatim list.
  count: 82
  source: well-known/accessfintech-oauth-authorization-server.json

synergy_api_scopes: unknown
synergy_api_scopes_note: >-
  The Synergy GraphQL/REST surface at https://api.accessfintech.com is behind a CloudFront
  WAF and an authenticated session; no scope or permission reference is published publicly.

x-evidence:
  fetched: '2026-08-06'
  probes:
    - url: https://login.accessfintech.com/.well-known/openid-configuration
      status: 200
    - url: https://login.accessfintech.com/.well-known/oauth-authorization-server
      status: 200