0

I'm stuck while working on smart on FHR. how I will be able to Authorize through my code, currently I'm testing my Authorization and sandbox using the Launch Button. here is an example ScreenShot

I just want to know which values should I pass to authorize as I authorize clicking after Launch Button.

  • Please provide enough code so others can better understand or reproduce the problem. – Community Aug 01 '22 at 22:45
  • The documentation on SMART app launches might be helpful for you: https://hl7.org/fhir/smart-app-launch/app-launch.html. – Ashavan Aug 02 '22 at 14:09

1 Answers1

0

You have to pass the "iss" and "launch" parameters when the launch button is clicked. Please see the specification for more details. https://www.hl7.org/fhir/smart-app-launch/app-launch.html

Spindoctor
  • 434
  • 3
  • 17