--
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/20ce9312-852d-472d-b793-7dcf5df54214%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Specify the openid profile scopes, you get the information in the id_token (see open id specs)- MicheleCareEvolution Inc
On Tue, Jan 9, 2018 at 11:22 AM, Kevin Maloy <mal...@gmail.com> wrote:
Hi --How does one get the provider username/id/name for a provider facing app that is launched outside of powerchart?Is it passed back in some way after auth?Sorry if I am missing something obvious.kevin.
--
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-devel...@googlegroups.com.
To post to this group, send email to cerner-fhir...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerner-fhir-developers/20ce9312-852d-472d-b793-7dcf5df54214%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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-devel...@googlegroups.com.
To post to this group, send email to cerner-fhir...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerner-fhir-developers/CAMK4NFM11UnCi_UJOYE%3DngUDFXxFWC%3DZRRQoj0y4J-11ADsDvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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/1e77b922-2ac0-4042-94ee-955441b60f05%40googlegroups.com.
{
"sub": "portal",
"aud": "...",
"profile": "https://fhir-ehr.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Practitioner/4464007",
"iss": "https://authorization.sandboxcerner.com/tenants/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/oidc/idsps/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/",
"name": "Portal, Portal",
"exp": ...,
"iat": ...,
"fhirUser": "https://fhir-ehr.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Practitioner/4464007"
}
--
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/1930681e-2fb8-4b2b-9502-769b552ac405%40googlegroups.com.
access_token: "eyJraWQiOiIyMDE4LTAxLTEyVD..... and so on"
code: "035943d9-7d07......and so on"
expires_in:570
id_token: "eyJraWQiOiIyMDE4LTAxLTEyV......"
need_patient_banner:true
patient:"4478007"
..
..
var obj = {};
// retrieve username
obj.username = smart.tokenResponse.username;
..
--
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-devel...@googlegroups.com.
To post to this group, send email to cerner-fhir...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerner-fhir-developers/527570ac-1cec-4990-90e1-2d8d9cceaa42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.