Independence Blue Cross · OAuth Scopes

Independence Blue Cross OAuth Scopes

OAuth 2.0 derived

Independence Blue Cross 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 Independence Blue Cross API on a user’s behalf.

Tokens are issued from https://eapics.ibx.com/oauth2/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.

HealthcareHealth InsuranceBlue Cross Blue ShieldManaged CareMedicareMedicare AdvantageMedicaidCHIPCommercialDentalVisionBehavioral HealthPharmacy BenefitsInteroperabilityFHIRSMART On FHIRCMSPatient AccessProvider DirectoryDrug FormularyTransparency In Coverage
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://member.ibx.com/patientaccesssvc/oauth2/v1/authorize
Token URL
https://eapics.ibx.com/oauth2/v2/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
launch/patient Patient context launch authorizationCode
offline_access Long-lived refresh token authorizationCode
openid OpenID Connect identity authorizationCode
patient/*.read Read all patient-scoped FHIR resources authorizationCode

Source

OAuth Scopes

independence-blue-cross-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/independence-blue-cross-patient-openapi.yml
schemes:
- name: smart_on_fhir
  source: openapi/independence-blue-cross-patient-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://member.ibx.com/patientaccesssvc/oauth2/v1/authorize
    tokenUrl: https://eapics.ibx.com/oauth2/v2/token
scopes:
- scope: launch/patient
  description: Patient context launch
  flows:
  - authorizationCode
  sources:
  - openapi/independence-blue-cross-patient-openapi.yml
- scope: offline_access
  description: Long-lived refresh token
  flows:
  - authorizationCode
  sources:
  - openapi/independence-blue-cross-patient-openapi.yml
- scope: openid
  description: OpenID Connect identity
  flows:
  - authorizationCode
  sources:
  - openapi/independence-blue-cross-patient-openapi.yml
- scope: patient/*.read
  description: Read all patient-scoped FHIR resources
  flows:
  - authorizationCode
  sources:
  - openapi/independence-blue-cross-patient-openapi.yml