Has anyone here had any success getting their Angular 2 app a basic authorization through the smart health it sandbox. I have gotten it to work outside of Angular with a small app, but I either don't fully understand how it works because I did it through a Cerner tutorial, or I am messing something up. If I need to give more information I can, but any help would be appreciated. I just want to be pointed in the right direction. Right now the launch URL goes into an infinite loading screen, but the console has no errors.
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No 'state' parameter found in authorization response.FHIR.oauth2.authorize({I was following the information from the tutorials on the SMART website http://docs.smarthealthit.org/tutorials/testing/. Is there something I am missing in the config passed to the authorize function?
"client_id": "test_client",
"scope": "patient/*.read"
});
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhir+unsubscribe@googlegroups.com.
FHIR.oauth2.authorize({
"client":{
"client_id": "test_client",
"scope": "patient/*.read",
"state": "1234"
}
});
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhir+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhir+unsubscribe@googlegroups.com.
FHIR.oauth2.authorize({I'm off to the races now. I'm just porting my application from Angular to AngularJS. All is good. Thank you for the help.
"client_id": "test_client",
"scope": "patient/*.read launch"
});
Kevin R. Dufendach, MD, MS, FAAP
Assistant Professor, Pediatrics and Biomedical Informatics
Neonatologist | Clinical Informatician
Cincinnati Children's
3333 Burnet Avenue, MLC 7024, Cincinnati, OH 45229
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.