Skip to content

Commit e124bd4

Browse files
committed
Merge branch 'godonnell-freshness-quickstart-spa' of https://github.com/gearoidodonnell/azure-docs-pr into godonnell-freshness-quickstart-spa
2 parents 5595074 + 43f71d2 commit e124bd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/quickstart-single-page-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,24 @@ In this quickstart, you use a single-page application to sign in using a social
5353

5454
1. Browse to the URL of the application. For example, `http://localhost:6420`.
5555

56-
:::image type="content" source="./media/quickstart-single-page-app/sample-app-spa.png" alt-text="Screenshot of single-page application sample app shown in browser window." lightbox="./media/quickstart-single-page-app/sample-app-spa.png":::
56+
:::image type="content" source="./media/quickstart-single-page-app/sample-app-spa.png" alt-text="Screenshot of single-page application sample app shown in browser window." lightbox="./media/quickstart-single-page-app/sample-app-spa.png":::
5757

5858
## Sign in using your account
5959

6060
1. Select **Sign In** to start the user journey.
6161
1. Azure AD B2C presents a sign-in page for a fictitious company called "Fabrikam" for the sample web application. To sign up using a social identity provider, select the button of the identity provider you want to use.
6262

63-
:::image type="content" source="./media/quickstart-single-page-app/sign-in-or-sign-up-spa.png" alt-text="Screenshot of Sign In or Sign Up page showing identity provider buttons" lightbox="./media/quickstart-single-page-app/sign-in-or-sign-up-spa.png":::
63+
:::image type="content" source="./media/quickstart-single-page-app/sign-in-or-sign-up-spa.png" alt-text="Screenshot of Sign In or Sign Up page showing identity provider buttons" lightbox="./media/quickstart-single-page-app/sign-in-or-sign-up-spa.png":::
6464

65-
You authenticate (sign in) using your social account credentials and authorize the application to read information from your social account. By granting access, the application can retrieve profile information from the social account such as your name and city.
65+
You authenticate (sign in) using your social account credentials and authorize the application to read information from your social account. By granting access, the application can retrieve profile information from the social account such as your name and city.
6666

6767
1. Finish the sign-in process for the identity provider.
6868

6969
## Access a protected API resource
7070

7171
Select **Call API** to have your display name returned from the web API as a JSON object.
7272

73-
:::image type="content" source="./media/quickstart-single-page-app/call-api-spa.png" alt-text="Screenshot of web API response showing in sample application in browser window." lightbox="./media/quickstart-single-page-app/sample-app-spa.png":::
73+
:::image type="content" source="./media/quickstart-single-page-app/call-api-spa.png" alt-text="Screenshot of web API response showing in sample application in browser window." lightbox="./media/quickstart-single-page-app/sample-app-spa.png":::
7474

7575
The sample single-page application includes an access token in the request to the protected web API resource.
7676

0 commit comments

Comments
 (0)