Skip to content

Commit f379c89

Browse files
committed
edit
1 parent 9312f78 commit f379c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ In this step, you **grant the frontend app access to the backend app** on the us
212212

213213
1. In the **Authentication** page for the frontend app, select your frontend app name under **Identity provider**. This app registration was automatically generated for you. Select **API permissions** in the left menu.
214214

215-
1. Select **Add a permission**, then select **My APIs** > **\backend-<ABC>**.
215+
1. Select **Add a permission**, then select **My APIs** > **\backend-\<ABC\>**.
216216

217217
1. In the **Request API permissions** page for the back-end app, select **Delegated permissions** and **user_impersonation**, then select **Add permissions**.
218218

@@ -222,7 +222,7 @@ In this step, you **grant the frontend app access to the backend app** on the us
222222

223223
The frontend app now has the required permissions to access the back-end app as the signed-in user. In this step, you configure App Service authentication and authorization to give you a usable access token for accessing the back end. For this step, you need the back end's client ID, which you copied from [Enable authentication and authorization for back-end app](#enable-authentication-and-authorization-for-back-end-app).
224224

225-
In the Cloud Shell, run the following commands on the frontend app to add the `scope` parameter to the authentication setting `identityProviders.azureActiveDirectory.login.loginParameters`. Replace *\frontend-<ABC>* and *\<back-end-client-id>*.
225+
In the Cloud Shell, run the following commands on the frontend app to add the `scope` parameter to the authentication setting `identityProviders.azureActiveDirectory.login.loginParameters`. Replace *\frontend-\<ABC\>* and *\<back-end-client-id>*.
226226

227227
```azurecli-interactive
228228
authSettings=$(az webapp auth show -g myAuthResourceGroup -n frontend-<ABC>)

0 commit comments

Comments
 (0)