carolinarsm

Results 1 issues of carolinarsm

**tl;dr**: when implementing oauth2 with `client_credentials` grant type, setting `include_client_id=True` in `fetch_token` works for the intended purposes. I'm implementing a server-to-server client as specified here: https://hl7.org/fhir/uv/bulkdata/authorization/index.html I don't think many...