-
Notifications
You must be signed in to change notification settings - Fork 211
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
Invalid access token #124
Comments
I am facing the similar issue "HttpError: 401 Unauthorized { |
@SatioO |
Issue
I am trying to implement Smart on FHIR in my application using Angular and
I faced problem with authorization. I already registered new provider application in cerner sandbox
Currently I am possible run my application from Cerner sandbox. I guess that authorization process is successful because the server will send the access token back and also redirection working properly, but if I want to use this access token to get patient info from the FHIR server I will retrieve unauthorized response from FHIR server.
Unauthorized response (401):
My implementation
Launch app
Index app
Enviroment:
Angular CLI: 10.1.3
Node: 10.16.0
OS: win32 x64
fhirclient 2.3.11
The text was updated successfully, but these errors were encountered: