Authorization
Well-known configuration
GET/.well-known/smart-configuration
To initiate a secure SMART on FHIR session, applications must first retrieve the EHR server’s configuration metadata. This includes details such as th...
Authorize
GET/realms/EDVAK/protocol/openid-connect/auth
This endpoint initiates the authorization process by directing the user to the EHR system's authorization service. It is used to obtain an authori...
Request
POST/realms/EDVAK/protocol/openid-connect/token
Once the application has successfully received an authorization code via the authorization endpoint, it must exchange this code for an access token. T...
Revoke
POST/realms/EDVAK/protocol/openid-connect/revoke
This endpoint allows a client to notify the authorization server that a previously issued access token is no longer required. It’s typically used to i...
Introspect
POST/realms/EDVAK/protocol/openid-connect/token/introspect
The token introspection endpoint, as described in the HL7 SMART App Launch Implementation Guide, allows a SMART on FHIR-compliant resource server to v...