EHR Launch
Launch apps from within the EHR with full patient and encounter context automatically passed.
launch=xyz&iss=https://api.xehr.io/fhir/r4 Standalone Launch
Patient portals and external apps can authenticate independently and select patient context.
iss=https://api.xehr.io/fhir/r4 Backend Services
System-to-system integration using JWT-based client authentication for automated workflows.
grant_type=client_credentials PKCE Support
Proof Key for Code Exchange for enhanced security with public clients and SPAs.
code_challenge_method=S256