FHIRaas smart-configuration error : "This endpoint does not have SMART on FHIR capabilities defined"
Hi,
Currently I am working to develop smart on FHIR app with FHIRaas with the help of fhirclient.js and facing one issue that .well-known/smart-configuration is raising following error "This endpoint does not have SMART on FHIR capabilities defined" Below snapshot is for reference:
Looking forward to resolve the above issue or workaround
Thanks
Comments
Calling @Patrick Jamieson
Muhammad,
I noticed you are using the FHIR cloud server, which does support SMART on FHIR. Have you followed all the step for configuring OAuth 2.0 that are shown in the OAuth 2.0 page (see below)?
I believe your query will work after you have configured OAuth 2.0.
Hi @Patrick Jamieson
Thanks for the reply.
Yes I tried this way back when I was developing FHIR application and that time was not able to get SMART on FHIR functionality even after setting OAuth as well.
Thanks