omoponfhir / omoponfhir-main

Main OMOPonFHIR Settings
Apache License 2.0
45 stars 15 forks source link

Authorization Bearer Token Not Working #11

Open maxsibilla opened 3 years ago

maxsibilla commented 3 years ago

Hello,

I have set up the environment variables as described in the README, however, whenever I try to access resources using the Bearer token I have set I get a response with the following errors:

"issue": [ { "severity": "error", "code": "processing", "diagnostics": "404 null" } ]

I have no issue when I set the authorization to Basic and use the environment variable set.

myungchoi commented 3 years ago

Version on https://github.com/omoponfhir/omoponfhir-main-stu3 has the fix. This repo will be fixed later.

vagarwal77 commented 3 years ago

I am getting some thing similar problem where token call seems to be blocked-

Any idea why it is happening when both fhir and bilirubin service running on same server at different port.

image image

myungchoi commented 2 years ago

I am getting some thing similar problem where token call seems to be blocked-

Any idea why it is happening when both fhir and bilirubin service running on same server at different port.

image image

Did you set the auth and token url for the OMOPonFHIR server? They must be set using Environment variables.