Skip to content

Commit 87b76bc

Browse files
committed
edit
1 parent 0af0e38 commit 87b76bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-auth-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ In the Cloud Shell, run the following commands on the frontend app to add the `s
230230

231231
```azurecli-interactive
232232
authSettings=$(az webapp auth show -g myAuthResourceGroup -n <front-end-app-name>)
233-
authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.login += {"loginParameters":["scope=openid profile email offline_access api://<back-end-client-id>/user_impersonation"]}')
233+
authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.login += {"loginParameters":["scope==openid offline_access api://<back-end-client-id>/user_impersonation"]}')
234234
az webapp auth set --resource-group myAuthResourceGroup --name <front-end-app-name> --body "$authSettings"
235235
```
236236

0 commit comments

Comments
 (0)