Clever Care · OAuth Scopes

Clever Care OAuth Scopes

OAuth 2.0 searched

Clever Care publishes 4 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Clever Care API on a user’s behalf.

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.

CompanyLife SciencesHealth InsuranceMedicare AdvantageHealthcareFHIRHealthcare InteroperabilityPatient AccessProvider DirectoryCMS-9115-F
Scopes: 4 Flows: Method: searched

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an id_token identifying the member. authorization_code
launch/patient Standalone patient launch context; binds the access token to a single patient/member. authorization_code
patient/*.cruds Patient-level access to all authorized FHIR resource types (CARIN BB Patient, ExplanationOfBenefit, Coverage) for the launched patient. SMART v2 granular scope; 'cruds' = create/read/update/delete/search (Clever Care exposes read+search). authorization_code
user/*.cruds User-level access to all authorized FHIR resource types the authenticated user is permitted to see. SMART v2 granular scope. authorization_code

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi securityDefinitions (13 FHIR resource APIs)
docs: https://fhir.clevercarehealthplan.com/r4/.well-known/smart-configuration
smart_configuration: well-known/clever-care-smart-configuration.json
note: >-
  Clever Care exposes SMART on FHIR (SMART App Launch) scopes for its secured
  Patient Access resources (Patient, ExplanationOfBenefit, Coverage). The
  OpenAPI securityDefinitions carry an empty scope map (WSO2 gateway default);
  the authoritative scope list comes from the published SMART configuration
  document at /r4/.well-known/smart-configuration.
schemes:
- name: SMART on FHIR (OAuth 2.0 / OpenID Connect)
  authorizationUrl: https://fhir-portal.clevercarehealthplan.com/oauth2/authorize
  tokenUrl: https://fhir-portal.clevercarehealthplan.com/oauth2/token
  jwksUri: https://fhir-portal.clevercarehealthplan.com/oauth2/jwks
  revocationUrl: https://fhir-portal.clevercarehealthplan.com/oauth2/revoke
  grantTypes: [authorization_code, client_credentials]
  pkce: S256
  sources:
  - openapi/clever-care-patient-openapi.json
  - openapi/clever-care-explanation-of-benefit-openapi.json
  - openapi/clever-care-coverage-openapi.json
scopes:
- scope: openid
  description: OpenID Connect authentication; returns an id_token identifying the member.
  flows: [authorization_code]
- scope: launch/patient
  description: Standalone patient launch context; binds the access token to a single patient/member.
  flows: [authorization_code]
- scope: patient/*.cruds
  description: >-
    Patient-level access to all authorized FHIR resource types (CARIN BB Patient,
    ExplanationOfBenefit, Coverage) for the launched patient. SMART v2 granular
    scope; 'cruds' = create/read/update/delete/search (Clever Care exposes read+search).
  flows: [authorization_code]
- scope: user/*.cruds
  description: >-
    User-level access to all authorized FHIR resource types the authenticated user
    is permitted to see. SMART v2 granular scope.
  flows: [authorization_code]
smart_capabilities:
- launch-standalone
- client-public
- client-confidential-symmetric
- context-standalone-patient
- sso-openid-connect
- permission-patient
- permission-offline