FHIR Chat · FhirTester API - Auth · hapi

Stream: hapi

Topic: FhirTester API - Auth


view this post on Zulip Joshua Bell (Nov 29 2017 at 21:32):

At the bottom of the Docs for the fhir tester UI (http://hapifhir.io/doc_server_tester.html#authorization) it talks about implementing the interface ITestingUiClientFactory in order to achieve an auth token. Are there in docs or examples for doing this? The method within ITestingUiClientFactory is just a method returning a generic client interface and I'm not sure exactly where I would add in auth for this to work.
In order for simplicity I was just going to pass/copy any Authorization headers present from the browser when viewing the fhir tester server (using ModHeader extension to add the bearer token to headers of all requests from chrome)


Last updated: Apr 12 2022 at 19:14 UTC