Skip to content

Commit aeb8d47

Browse files
committed
new image and acrolinx
1 parent d36f905 commit aeb8d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
22.1 KB
Loading

articles/app-service/tutorial-connect-app-app-graph-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The previous tutorial used the Azure Cloud Shell as the shell for the Azure CLI.
3232

3333
The tutorial shows how to pass the user credential provided by the frontend app to the backend app then on to an Azure service. In this tutorial, the downstream service is Microsoft Graph. The user's credential is used to get their profile from Microsoft Graph.
3434

35-
:::image type="content" source="{source}" alt-text="{alt-text}":::
35+
:::image type="content" source="../media/tutorial-connect-app-app-graph-javascript/architecture-app-to-app-to-graph.png" alt-text="Architectural image of App Service connecting to App Service connecting to Microsoft Graph on behalf of a signed-in user.":::
3636

3737
**Authentication flow** for a user to get Microsoft Graph information in this architecture:
3838

@@ -67,7 +67,7 @@ In this tutorial, in order to read user profile from Microsoft Graph, the back-e
6767
:::image type="content" source="./media/tutorial-connect-app-app-graph-javascript/azure-portal-authentication-app-api-permission-admin-consent-area.png" alt-text="Screenshot of Azure portal authentication app with admin consent button highlighted.":::
6868

6969
1. In the pop-up window, select **Yes** to confirm the consent.
70-
1. Verify the **Status** column says **Granted for Default Directory**. With this setting, the back-end app is no longer required to show a consent screen to the signed-in user and can directly request an access token. The signed-in user will have access to the `User.Read` scope setting because that is the default scope with which the app registration is created.
70+
1. Verify the **Status** column says **Granted for Default Directory**. With this setting, the back-end app is no longer required to show a consent screen to the signed-in user and can directly request an access token. The signed-in user has access to the `User.Read` scope setting because that is the default scope with which the app registration is created.
7171

7272
:::image type="content" source="./media/tutorial-connect-app-app-graph-javascript/azure-portal-authentication-app-api-permission-admin-consent-granted.png" alt-text="Screenshot of Azure portal authentication app with admin consent granted in status column.":::
7373

0 commit comments

Comments
 (0)