Skip to content

Commit 71a4707

Browse files
committed
add images to API tutorial
1 parent 52a3149 commit 71a4707

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
34.7 KB
Loading
44.1 KB
Loading

articles/active-directory-b2c/tutorial-single-page-app-webapi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ Although both applications are running locally when you follow this tutorial, yo
166166
```
167167
168168
1. Navigate to `http://localhost:6420` in your browser to view the application.
169+
170+
![Single-page application sample app shown in browser](./media/tutorial-single-page-app-webapi/tutorial-01-sample-app-browser.png)
171+
169172
1. Sign in using the email address and password you used in the [previous tutorial](tutorial-single-page-app.md). Upon successful login, you should see the `User 'Your Username' logged-in` message.
170173
1. Select the **Call API** button. The SPA obtains an authorization grant from Azure AD B2C, then accesses the protected web API to display the name of the logged-in user:
171174
172-
```Output
173-
Web API returned:
174-
{"name":"Lisa Andrews"}
175-
```
175+
![Single-page application in browser showing username JSON result returned by API](./media/tutorial-single-page-app-webapi/tutorial-02-call-api.png)
176176
177177
## Next steps
178178

0 commit comments

Comments
 (0)