google/fhir-gateway

Allow unauthenticated requests for certain endpoints

Closed this issue · 3 comments

Parent - #108

ONA requires capability to allow access without a valid access tokens for some APIs. We should allow unauthenticated allowed queries.

This is used to fetch Composition and some Binary resources before login.

Oh, this seems like it should be targeted for the Beta right? Since this is a blocker for ONA to use?

Can you comment a little more about the use case? What's an example of a kind of API?

This is used to fetch Composition and some Binary resources before login. Updated the issue description as well.