Independence Blue Cross · OAuth Scopes

Independence Blue Cross OAuth Scopes

OAuth 2.0 probed

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: probed

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 SMART standalone launch with a single patient context. The issued token is bound to exactly one member, so type-level searches return only that member's resources. authorizationCode
patient/*.read Read every patient-scoped FHIR R4 resource the Patient Access API exposes — Patient, Coverage, ExplanationOfBenefit, AllergyIntolerance, CarePlan, Condition, DiagnosticReport, Encounter, Goal, Immunization, Medication, MedicationDispense, MedicationRequest, Observation and Procedure. This is a wildcard read scope; there is no published narrower per-resource alternative. authorizationCode
openid OpenID Connect identity for the authenticating member. authorizationCode
offline_access Issue a refresh token so the application can continue reading after the access token expires without re-prompting the member. Token lifetimes are not published, so this is effectively required for any non-interactive refresh. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-15'
method: probed
source: >-
  openapi/_original/independence-blue-cross-patient-openapi.yml,
  https://eapics.ibx.com/patient/v1/fhir/.well-known/smart-configuration (HTTP 200, live probe 2026-08-15)
docs: null
docs_note: >-
  Independence Blue Cross publishes NO scopes or permissions reference page. devportal.ibx.com is a
  JavaScript-rendered single-page application serving no content to a non-executing client, and the
  public developer-resources page names only "OAuth 2.0/Open ID Connect" without enumerating scopes.
  The scope list below is therefore the union of the OpenAPI securityScheme and the capability flags in
  the live SMART configuration — not a provider-published reference.
previous_method: derived
upgrade_note: >-
  Upgraded from derived to probed by fetching the live SMART configuration and reconciling its
  capability flags against the four scopes declared in the spec. No scope was added that is not
  corroborated by one of those two sources.
profile: SMART App Launch 1.0.0
applies_to: Independence Blue Cross Patient Access API only
applies_to_note: >-
  The Provider Directory and Drug Formulary APIs are public and unauthenticated; they have no scope
  surface at all. See authentication/independence-blue-cross-authentication.yml.
schemes:
  - name: smart_on_fhir
    source: openapi/_original/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: >-
      SMART standalone launch with a single patient context. The issued token is bound to exactly one
      member, so type-level searches return only that member's resources.
    category: launch-context
    flows:
      - authorizationCode
    corroborated_by: 'smart-configuration capability: context-standalone-patient, launch-standalone'
    sources:
      - openapi/_original/independence-blue-cross-patient-openapi.yml
      - https://eapics.ibx.com/patient/v1/fhir/.well-known/smart-configuration
  - scope: patient/*.read
    description: >-
      Read every patient-scoped FHIR R4 resource the Patient Access API exposes — Patient, Coverage,
      ExplanationOfBenefit, AllergyIntolerance, CarePlan, Condition, DiagnosticReport, Encounter, Goal,
      Immunization, Medication, MedicationDispense, MedicationRequest, Observation and Procedure. This
      is a wildcard read scope; there is no published narrower per-resource alternative.
    category: data-read
    grants: protected health information
    flows:
      - authorizationCode
    corroborated_by: 'smart-configuration capability: permission-patient'
    sources:
      - openapi/_original/independence-blue-cross-patient-openapi.yml
      - https://eapics.ibx.com/patient/v1/fhir/.well-known/smart-configuration
  - scope: openid
    description: OpenID Connect identity for the authenticating member.
    category: identity
    flows:
      - authorizationCode
    corroborated_by: 'smart-configuration capability: sso-openid-connect'
    sources:
      - openapi/_original/independence-blue-cross-patient-openapi.yml
      - https://eapics.ibx.com/patient/v1/fhir/.well-known/smart-configuration
  - scope: offline_access
    description: >-
      Issue a refresh token so the application can continue reading after the access token expires
      without re-prompting the member. Token lifetimes are not published, so this is effectively
      required for any non-interactive refresh.
    category: session
    flows:
      - authorizationCode
    corroborated_by: 'smart-configuration capability: permission-offline'
    sources:
      - openapi/_original/independence-blue-cross-patient-openapi.yml
      - https://eapics.ibx.com/patient/v1/fhir/.well-known/smart-configuration
scope_count: 4
write_scopes: 0
write_scopes_note: >-
  There are none. All 60 published operations are GET, so no patient/*.write, user/*.* or system/*.*
  scope exists on this surface.
absent_capabilities:
  - capability: permission-user
    implication: No user-level (provider-facing) scopes — this API is member-facing only.
  - capability: permission-v2
    implication: >-
      SMART v2 granular scopes (patient/Observation.rs and friends) are not advertised. Only the v1
      wildcard read scope is available, so an application cannot request least-privilege access to a
      single resource type.
  - capability: permission-offline-refresh / client-credentials
    implication: >-
      No SMART Backend Services / client_credentials flow. There is no bulk or system-level export
      surface; every read is bound to one consenting member.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/independence-blue-cross-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.