Skip to content

Commit 8df3297

Browse files
committed
changed image links in doc following renaming.
1 parent 0595c79 commit 8df3297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,19 +546,19 @@ Now that the code is set up, it needs to be tested.
546546
547547
After the browser loads your *index.html* file, select **Sign In**. You'll now be prompted to sign in with the Microsoft identity platform:
548548

549-
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascriptspascreenshot_v2.png" alt-text="Screenshot showing the JavaScript SPA account sign-in window" :::
549+
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-screenshot-v2.png" alt-text="Screenshot showing the JavaScript SPA account sign-in window" :::
550550

551551
### Provide consent for application access
552552

553553
The first time that you sign in to your application, you're prompted to grant it access to your profile and sign you in. Select **Accept** to continue.
554554

555-
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascriptspaconsent_v2.png" alt-text="Screenshot showing the Permissions requested window." :::
555+
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-consent-v2.png" alt-text="Screenshot showing the Permissions requested window." :::
556556

557557
### View application results
558558

559559
After you sign in, you can select **Read More under your displayed name, and your user profile information is returned in the Microsoft Graph API response that's displayed:
560560

561-
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascriptsparesults_v2.png" alt-text="Screenshot showing the expected results from the Microsoft Graph API call" :::
561+
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-results-v2.png" alt-text="Screenshot showing the expected results from the Microsoft Graph API call" :::
562562

563563
### More information about scopes and delegated permissions
564564

0 commit comments

Comments
 (0)