Canadian Tire Bank · OAuth Scopes

Canadian Tire Bank OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.ctfs.com:443/auth/oauth/v2/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.

Financial ServicesBankingCanadaSchedule I BankCredit CardsMastercardConsumer-Driven BankingData Aggregation
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.ctfs.com:443/auth/oauth/v2/authorize
Token URL
https://api.ctfs.com:443/auth/oauth/v2/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid Authenticate the end user and issue an ID token (OpenID Connect core scope). authorizationCode, implicit
email Release the end user's email address claim. authorizationCode, implicit
profile Release the end user's basic profile claims. authorizationCode, implicit
openid_client_registration Permit dynamic OpenID Connect client registration (RFC 7591) against the registration endpoint. authorizationCode

Source

OAuth Scopes

canadian-tire-bank-scopes.yml Raw ↑
generated: '2026-07-23'
method: searched
source: https://www.ctfs.com/.well-known/openid-configuration
notes: >-
  Scopes are taken verbatim from scopes_supported in the bank's published OpenID
  Connect discovery document. These are standard OIDC login scopes plus a dynamic
  client-registration scope — a consumer identity surface, not a banking-data API
  scope set.
schemes:
- name: openIdConnect
  source: well-known/canadian-tire-bank-openid-configuration.json
  issuer: https://api.ctfs.com
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.ctfs.com:443/auth/oauth/v2/authorize
    tokenUrl: https://api.ctfs.com:443/auth/oauth/v2/token
scopes:
- scope: openid
  description: Authenticate the end user and issue an ID token (OpenID Connect core scope).
  flows: [authorizationCode, implicit]
  sources: [well-known/canadian-tire-bank-openid-configuration.json]
- scope: email
  description: Release the end user's email address claim.
  flows: [authorizationCode, implicit]
  sources: [well-known/canadian-tire-bank-openid-configuration.json]
- scope: profile
  description: Release the end user's basic profile claims.
  flows: [authorizationCode, implicit]
  sources: [well-known/canadian-tire-bank-openid-configuration.json]
- scope: openid_client_registration
  description: Permit dynamic OpenID Connect client registration (RFC 7591) against the registration endpoint.
  flows: [authorizationCode]
  sources: [well-known/canadian-tire-bank-openid-configuration.json]