Skip to content

Commit

Permalink
Merge pull request #21 from microsoft/personal/namalu/sandbox-templat…
Browse files Browse the repository at this point in the history
…e-resource-fix

Fixed issue that caused token audience to be incorrect
  • Loading branch information
namalu authored Jan 7, 2020
2 parents a9b679a + 0aacb44 commit 1e43e7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/templates/default-azuredeploy-sandbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@
"iot_central_name": "[parameters('ServiceName')]",
"fhir_service_name": "[parameters('ServiceName')]",
"fhir_service_url": "[concat('https://', parameters('ServiceName'),'.azurehealthcareapis.com')]",
"fhir_service_cosmos_throughput": 1000,
"aad_fhir_server_audience": "https://azurehealthcareapis.com"
"fhir_service_cosmos_throughput": 1000
},
"resources": [
{
Expand All @@ -231,7 +230,7 @@
"properties": {
"accessPolicies": "[parameters('FhirServiceAccessPolicies')]",
"authenticationConfiguration": {
"audience": "[variables('aad_fhir_server_audience')]",
"audience": "[variables('fhir_service_url')]",
"authority": "[parameters('FhirServiceAuthority')]",
"smartProxyEnabled": true
},
Expand Down

0 comments on commit 1e43e7c

Please sign in to comment.