Reputation: 11
I am setting up a new open source FHIR Server (https://github.com/Microsoft/fhir-server) in Azure portal(1 month free subscription) as following the documents mentioned in the url . After deploying, I can retrieve the metadata of the service. But I have security issues to access the api's.
I don't have the Azure AD setup.So can some one guide me how to setup the FHIR server in Azure with out authorization/authentication?
Upvotes: 1
Views: 273
Reputation: 666
Set the FhirServer:Security:Enabled
to false
and Authentication/Authorization will be disabled.
Upvotes: 2