- Log in to post comments
I encountered 401 before and I go to
System > Security Management > View Audit Database
and check that the token passed the authentication server, so at that moment I suspect it doesn't pass the fhir server. After asking the support, we found out that, when checking out the token, we need to add the correct audience and scope (user/*.read user/*.write) to make it work.
**example**
Access Token URL : https://www.somewhere.com/oauth2/token?aud=https://www.somewhere.com/cs…
Scope : user/*.read user/*.write
with corresponding client_id and client_secret
and check out the token. after that, it can pass the fhir server authentication
- Log in to post comments
Oooo, this is a good suggestion!!😮 I have never think about this direction before.
Because at the beginning, I only want to write some stuff for facilitating my testing process on the FHIR repository. So I use the python library for generating some fake data and put it on a REST service...
For using it as a facade... maybe a possible way as well, maybe can replace the generated data by loading the "REAL" data from the IRIS db, right?
- Log in to post comments
Real-Time Clinical Pathway Monitoring via FHIR Event Subscriptions (https://ideas.intersystems.com/ideas/DPI-I-932)
Building a Secure SMART on FHIR Foundation (https://ideas.intersystems.com/ideas/DPI-I-931)