smart-on-fhir / client-py

Python SMART on FHIR client
http://docs.smarthealthit.org
Other
574 stars 209 forks source link

Provider Portal Launch Support? #131

Closed ChrisMeeusen closed 1 month ago

ChrisMeeusen commented 1 year ago

Hello, does this client library support the provider portal launch scenario? I see how the FhirClient can be used to initiate a login flow with an ehr, but I'm not seeing how to use this library to receive a launch from an EHR. Does this library consume the iss query string param that the EHR provides?

mikix commented 1 month ago

No - receiving a launch request from the EHR is left to the app, this library just helps with talking to the EHR for auth and resources.