Hi which Auth0 SDK support smart on fhir spec?
I can see from GitHub - auth0/auth0-spa-js: Auth0 authentication for Single Page Applications (SPA) with PKCE, the access token request has the parameter “audience”, but in the smart on fhir spec, this is not required.
Am I looking at the wrong place, Auth0 has any other SDK which can be used for standard smart app launch process? or auth0-spa-js is the recommand one?
Hi @nicole.sun
Welcome to the Auth0 Community!
I am sorry about the delayed response to your inquiry.
As I have researched the documentation regarding SMART on FHIR, since you are looking to implement the Smart App Launch, I believe you will be able to use the SDKs for for either a SPA Application or for a Regular App.
Since SMART has support for different libraries I would recommend to use the following SDKs:
- For SPA Application:
- For Regular Web Application:
- .NET (Core or MVC) SDK
- Ruby SDK
- Java SDK
- Python SDK
As far as I have checked, there is no standard or recommended SDK for SMART on FHIR, it solely depends on the implementation that you are looking to achieve and what type of application you are looking to use for the specific use case. You should be able to implement SMART on FHIR using other SDKs, such as React or Angular.
You can view the resource we provide on SMART on FHRI here for further information on the matter and check out our SMART demo on github.
If you have any other questions regarding the matter, feel free to leave a reply or to post on the community page!
Kind Regards,
Nik
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.