Stream: crucible
Topic: conformance-config
Oleg (May 02 2019 at 14:19):
Good afternoon, and apologies if this has already been asked, I am new to crucible and FHIR.
I need to configure oauth for my api in the docker crucible I installed and github mentions: "Once this code has been included in the conformance".
Where do I find it ?
Robert Scanlon (May 02 2019 at 15:21):
Your FHIR server needs to advertise where the OAuth server endpoints are as described in the SMART on FHIR spec: http://www.hl7.org/fhir/smart-app-launch/conformance/index.html#using-cs
Robert Scanlon (May 02 2019 at 15:22):
That way Crucible knows where to redirect the user to and where to perform the token exchange as part of the SMART on FHIR spec
Robert Scanlon (May 02 2019 at 15:22):
(specifically I am referring to the SMART App Launch Framework specification)
Last updated: Apr 12 2022 at 19:14 UTC