BlueLeaf · OAuth Scopes

BlueLeaf OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://secure.blueleaf.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.

CompanyWealth ManagementFintechFinancial AdvisorsInvestment ReportingAccount AggregationClient PortalOAuthOpenID Connect
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://secure.blueleaf.com/oauth/authorize
Token URL
https://secure.blueleaf.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token for the end user. authorizationCode
email Access to the user's email and email_verified claims. authorizationCode
profile Access to profile claims (name, given_name, family_name, preferred_username, bl_id, firm_id, firm_name, role). authorizationCode

Source

OAuth Scopes

blueleaf-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://secure.blueleaf.com/.well-known/openid-configuration
schemes:
- name: OAuth2
  source: well-known/blueleaf-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://secure.blueleaf.com/oauth/authorize
    tokenUrl: https://secure.blueleaf.com/oauth/token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token for the end user.
  flows: [authorizationCode]
  sources: [well-known/blueleaf-openid-configuration.json]
- scope: email
  description: Access to the user's email and email_verified claims.
  flows: [authorizationCode]
  sources: [well-known/blueleaf-openid-configuration.json]
- scope: profile
  description: Access to profile claims (name, given_name, family_name, preferred_username, bl_id, firm_id, firm_name, role).
  flows: [authorizationCode]
  sources: [well-known/blueleaf-openid-configuration.json]