Medplum · Authentication Profile

Medplum Authentication

Authentication

Medplum secures its APIs with http and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions.

HealthcareFHIROpen SourceDeveloper PlatformHIPAASMART on FHIRClinicalInteroperability
Methods: http, openIdConnect Schemes: 3 OAuth flows: API key in:

Security Schemes

BasicAuth http
scheme: basic
BearerAuth http
scheme: bearer
OpenID openIdConnect

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/medplum-openapi-original.yml
summary:
  types:
  - http
  - openIdConnect
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/medplum-openapi-original.yml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/medplum-openapi-original.yml
- name: OpenID
  type: openIdConnect
  openIdConnectUrl: https://api.medplum.com/.well-known/openid-configuration
  sources:
  - openapi/medplum-openapi-original.yml