Blue Cross Canada · OAuth Scopes

Blue Cross Canada OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://pac.bluecross.ca/umbraco/delivery/api/v1/security/member/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.

InsuranceCanadaHealth InsuranceDental BenefitsTravel InsuranceLife InsuranceEmployee BenefitsGroup BenefitsClaimsCarrierAssociationNo Public API
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://pac.bluecross.ca/umbraco/delivery/api/v1/security/member/authorize
Token URL
https://pac.bluecross.ca/umbraco/delivery/api/v1/security/member/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
openid Standard OpenID Connect scope requesting an ID token for the signed-in Pacific Blue Cross website member. authorizationCode
offline_access Requests a refresh token so the member session can be renewed without re-authentication; refresh_token is an advertised grant type. authorizationCode, refreshToken

Source

OAuth Scopes

canadian-blue-cross-scopes.yml Raw ↑
generated: '2026-07-25'
method: searched
source: https://pac.bluecross.ca/.well-known/openid-configuration
docs: null
scope: >-
  There is no Blue Cross Canada OAuth scope programme. The only published scopes_supported in
  the federation come from the Pacific Blue Cross Umbraco member authorization server, and they
  are the two generic OIDC scopes that server advertises. No benefits, claims, eligibility, or
  policy scopes exist because no such API is published.
schemes:
- name: pacific-blue-cross-member-oidc
  issuer: https://pac.bluecross.ca/
  source: well-known/canadian-blue-cross-pac-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://pac.bluecross.ca/umbraco/delivery/api/v1/security/member/authorize
    tokenUrl: https://pac.bluecross.ca/umbraco/delivery/api/v1/security/member/token
scopes:
- scope: openid
  description: >-
    Standard OpenID Connect scope requesting an ID token for the signed-in Pacific Blue Cross
    website member.
  flows: [authorizationCode]
  sources: [well-known/canadian-blue-cross-pac-openid-configuration.json]
- scope: offline_access
  description: >-
    Requests a refresh token so the member session can be renewed without re-authentication;
    refresh_token is an advertised grant type.
  flows: [authorizationCode, refreshToken]
  sources: [well-known/canadian-blue-cross-pac-openid-configuration.json]
absent:
  domain_scopes: >-
    No read/write scopes for claims, benefits, eligibility, providers, groups, or payments are
    advertised on any host in the federation.
  other_plans: >-
    Alberta, Ontario/Quebec, Medavie, Saskatchewan and Manitoba Blue Cross serve no OAuth or
    OIDC discovery document at all (404/NXDOMAIN), so they contribute no scopes.