Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document FHIR API Access via Browser #162

Open
znatty22 opened this issue Jul 28, 2023 · 0 comments
Open

Document FHIR API Access via Browser #162

znatty22 opened this issue Jul 28, 2023 · 0 comments
Assignees
Labels
documentation Regarding developer or user documentation

Comments

@znatty22
Copy link
Member

znatty22 commented Jul 28, 2023

We should add a section in the README that documents how to securely explore (read-only) the FHIR API via the browser.

There are two options for this:

  1. (Short-term / temporary) Add a plugin to your browser that allows you to insert custom headers
  • User would first get their bearer token from Keycloak
  • User inserts the Authorization header with Bearer <token> as the value
  1. (Long-term) Setup Arc in front of API to force user authentication before API access
@znatty22 znatty22 self-assigned this Jul 28, 2023
@znatty22 znatty22 added the documentation Regarding developer or user documentation label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Regarding developer or user documentation
Projects
None yet
Development

No branches or pull requests

1 participant