This mode requires to have your data publicly available. Power BI needs access to FHIR read operation GET /fhir/<resourceType> .
AccessPolicy to make your data publicly available via FHIR read operation:
1
id: allow-read-all-resources
2
resourceType: AccessPolicy
3
link:
4
-id: FhirRead
5
resourceType: Operation
6
engine: allow
Copied!
Azure Active Directory (organizational) authentication
Configure integration with Azure Active Directory that provides organizational authentication.