Vim · Authentication Profile

Vim Authentication

Authentication

Vim secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the implicit flow(s).

HealthcareUnited StatesClinical AIEHR IntegrationPoint of CareInteroperabilityValue-Based CareCare GapsOAuth
Methods: http, oauth2 Schemes: 2 OAuth flows: implicit API key in:

Security Schemes

service oauth2
· flows: implicit
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-24'
method: derived
source: openapi/vim-data-source-openapi-original.json
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - implicit
schemes:
- name: service
  type: oauth2
  flows:
  - flow: implicit
    scopes: 0
  sources:
  - openapi/vim-data-source-openapi-original.json
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Bearer authentication token obtained from the /oauth/token endpoint
  sources:
  - openapi/vim-data-source-openapi-original.json