Sample Java Spring application to guide through the SMART on FHIR OIDC flow.
The application only supports the Provider Standalone Launch Type for now, but hopefully more will be added later.
- Clone the repository
./gradlew build
./gradlew bootRun
- Open http://localhost:8080 in the browser
- Follow the flows in there
This tutorial app was inspired by the tutorials and videos of https://github.com/GinoCanessa.