Stream: hapi
Topic: HAPI + Apache Camel
Kevin Mayfield (Apr 17 2020 at 12:16):
I'm using HAPI (v2 + FHIR) and Camel FHIR with OAuth2.
I want to pass through the Authorization header (access token) unchanged but it appears to be removed by Camel-FHIR.
Is it possible to get around this? I don't want to OAuth2 client code to my HAPI v2/FHIR/Camel messaging server.
Kevin Mayfield (Apr 17 2020 at 12:23):
Think I've sussed it .... changed the url to
.to("fhir://transaction/withBundle?inBody=bundle&serverUrl={{serverUrl}}&fhirVersion={{fhirVersion}}&accessToken=accessToken")
Last updated: Apr 12 2022 at 19:14 UTC