v1

latestOpenAPI 3.0.12026-07-261252271.9 KB
Authentication

Authorization endpoint (authorization_code)

Begin the SMART App Launch authorization_code flow. Redirect the user's browser here; on approval the server redirects to your redirect_uri with a code to exchange at the token endpoint. PKCE (S256) is supported.

get/auth/realms/fhir/protocol/openid-connect/auth

Query parameters

response_typestring required
client_idstring required
redirect_uristring required
scopestring required

Space-separated SMART scopes

statestring required
audstring required

The FHIR base URL of the endpoint you're connecting to (a customer endpoint from the directory, or the demonstration endpoint for testing)

code_challengestring
code_challenge_methodstring