-
Notifications
You must be signed in to change notification settings - Fork 213
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
API/Oauth authentication example #88
Comments
@atulkakrana have you got any help on authenticate this? Also looking for the same. |
we need this badly thanks |
I was also struggling to figure out, how to use user-password authentication with the fhirclient (specifically BasicAuth) until I came across the following stackoverflow answer.
I then changed my
to
and it works as expected. While this is a good enough workaround for my case, I only checked this for In any case, it would be great to officially address different authentication methods like mentioned in #91 . |
@atulkakrana Do you have any update on this? Would love some help as I am facing the same issues |
Hi,
It will help a lot if you can add some examples for FHIR client (
client-py
) on how we can authenticate sessions/calls from Python? For example - how can we use authenticate to access FHIR API: https://synthea.mitre.org/fhir-api ??The text was updated successfully, but these errors were encountered: