We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
I'm using Auth0 for authentication, founded that after successful login, I am able to get all the token values and landed on mentioned redirect URL.
Issue : Unable to get the patientId on the redirected page. Although if I use fhirServiceUrl(open fhir server), then its working. Params :
patient/*.* user/*.* launch openid fhirUser profile
The thing I noticed, I'm not getting all the scope in response from Auth0, only got "openid profile".
Please let me know how can I solve this issue. Thanks in advance.
The text was updated successfully, but these errors were encountered:
It seems to me there should not be patient/*.* user/*.* at one request. You should use patient/*.* or user/*.*
patient/*.* user/*.*
patient/*.*
user/*.*
Sorry, something went wrong.
I am having a similar issue. I can't get the patient, eventhough the JWT Token containted the patient.
No branches or pull requests
Hi Team,
I'm using Auth0 for authentication, founded that after successful login, I am able to get all the token values and landed on mentioned redirect URL.
Issue : Unable to get the patientId on the redirected page. Although if I use fhirServiceUrl(open fhir server), then its working.
Params :
patient/*.* user/*.* launch openid fhirUser profile
The thing I noticed, I'm not getting all the scope in response from Auth0, only got "openid profile".
Please let me know how can I solve this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: