Azure FHIR service returns "Authentication failed"
Varshith Meesala
0
Reputation points
Tried to access FHIR server using Auth0
- Deployed a FHIR service
- Added Auth0 as an additional IdP
- Successfully received access token form Auth0
- verified JWT claims
- Used Postman for API testing
- {{fhirurl}}/Patient return 401 Unauthorized
Did not work so for debugging purposes, I followed the guide here https://github.com/Azure-Samples/azure-health-data-and-ai-samples/tree/main/samples/sample-postman-queries
- Created an Entra ID app
- added postman callback url and certificate
- Added FHIR Contributor to the Service Principal
- Used postman for API testing
- Successfully received access token from microsoft - verified using iss with tenantId
- {{fhirurl}}/Patient return 401 Unauthorized
I really do not know where I am going wrong. Any direction would be incredibly helpful thank you!
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
Sign in to answer