--
You received this message because you are subscribed to the Google Groups "Cerner FHIR Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerner-fhir-developers+unsub...@googlegroups.com.
To post to this group, send email to cerner-fhir-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerner-fhir-developers/a140c874-b764-4c9a-a4c3-96512599db4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
App Type: patient
FHIR Spec: dstu2_patient
Authorized: true
my Client Id: 567f8257-584a-464d-b22a-13c99abb31ea
Client Id: 567f8257-584a-464d-b22a-13c99abb31ea
SMART Launch URI: localhost:8000
Redirect URI: localhost:8000
App Type: patient
FHIR Spec: dstu2_patient
Authorized: true
Standard Scopes:
online_access
launch/patient
profile
openid
Patient Scopes:
patient/Patient.read
and as you can see in my app info, current my app is patient facing app.
I tried your URL, but the result is the same.
Please let me know what is my fault.
Thanks.
James.
SMART Launch URI: localhost:8000
Redirect URI: localhost:8000
--
You received this message because you are subscribed to the Google Groups "Cerner FHIR Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerner-fhir-developers+unsub...@googlegroups.com.
To post to this group, send email to cerner-fhir-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerner-fhir-developers/72b2c37e-708b-4abb-a4b5-fd0be5f1687f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to cerner-fhir...@googlegroups.com.
I am not sure a what am i doing wrong when i try to fetch the patient details i get 403 errorBelow is the url
Also i still could not figure out when i try to make POST request AllergyIntolerance end point i still get 404.
1) Why I am unable to receive refresh_token inside "/token" API response? (As mentioned details in the previous message)
2) On Allow screen after successful login, There is one Note: "You will be allowing access for 10 minutes.". What does this mean?
3) Is Cerner secure API support R4 version of FHIR? Because of this URL (https://fhir-myrecord.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-
Hi Guys,I am trying to build an mobile app. I created a App using cerner code console got the client id. The App type dstu_patient.I am now trying to do OAuth following the below steps1. Fetch the metadata using this url :- https://fhir-ehr.sandboxcerner.com/dstu2/d075cf8b-3261-481d-97e5-ba6c48d3b41f/metadata2. Get the Authorization url .3. Redirect the user to this url. But i am not able to go further and nothing happens. It returns back to redirect url with error access deined and the error code urn:cerner:error:authorization-server:oauth2:grant:unauthorized-client-for-tenant.Can anyone guide me through as to what am i missing.