FHIR Chat · FHIR server and oAuth2 authorization · implementers

Stream: implementers

Topic: FHIR server and oAuth2 authorization


view this post on Zulip Frano Jančić (Feb 02 2020 at 16:46):

Hi. I have a question with oAuth2 authorization: is it possible to use other system side oAuth2 authorization and then access resources and insert them on FHIR server with use of an external access token in the JWT format? On one side is Delphi FHIR server and on other side is EHR system which performs oAuth2 authorization and sends request with its approved access token. How should I set up FHIR server and start session with it? For example if I want to get Patient info with request like

GET https://localhost:966/r4/Patient/12 with header Authorization: Bearer AccessToken

what steps I have to do to accept such request on FHIR server?

view this post on Zulip nicola (RIO/SS) (Feb 03 2020 at 08:13):

Here is how we did it in aidbox - https://docs.aidbox.app/auth-betta/access-token-introspection


Last updated: Apr 12 2022 at 19:14 UTC