Skip to content

Commit 4e10c7b

Browse files
committed
minor change
1 parent ba66289 commit 4e10c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/configure-authentication-in-sample-node-web-app-with-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ You're now ready to test the web application's scoped access to the web API. Run
258258
1. To call the protected API, select the **Call the PROTECTED API** button. The API responds with JSON object with a `name` key whose value is your account's surname such as:
259259
260260
```json
261-
{"name": "User 1"}
261+
{"name": "User 1"}
262262
```
263263
264-
## Next steps
264+
## Next steps
265265
266-
Learn how to [Enable authentication in your own web API by using Azure AD B2C](enable-authentication-in-node-web-api.md)
266+
Learn how to [Enable authentication in your own web API by using Azure AD B2C](enable-authentication-in-node-web-app-with-api.md)

0 commit comments

Comments
 (0)