File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -262,10 +262,6 @@ You can set this via the same Azure CLI process you used in the previous step.
262
262
authSettings=$(az webapp auth show -g myAuthResourceGroup -n <back-end-app-name>)
263
263
authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.validation.defaultAuthorizationPolicy.allowedApplications += ["<front-end-app-id>"]')
264
264
az webapp auth set --resource-group myAuthResourceGroup --name <back-end-app-name> --body "$authSettings"
265
-
266
- authSettings=$(az webapp auth show -g myAuthResourceGroup -n <back-end-app-name>)
267
- authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.validation.jwtClaimChecks += { "allowedClientApplications": ["<front-end-app-id>"]}')
268
- az webapp auth set --resource-group myAuthResourceGroup --name <back-end-app-name> --body "$authSettings"
269
265
```
270
266
271
267
## 7. Frontend calls the authenticated backend
You can’t perform that action at this time.
0 commit comments