Skip to content

Commit d1a7362

Browse files
authored
Apply suggestions from code review
1 parent d3e50b1 commit d1a7362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory-b2c/configure-a-sample-node-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: kengaderdus
1313
ms.subservice: B2C
1414
---
1515

16-
# Configure authentication in a sample Node.js web application by using Azure AD B2C
16+
# Configure authentication in a sample Node.js web application by using Azure Active Directory B2C
1717

1818
This sample article uses a sample Node.js application to show how to add Azure Active Directory B2C (Azure AD B2C) authentication to a Node.js web application. The sample application enables users to sign in, sign out, update profile and reset password using Azure AD B2C user flows. The sample web application uses [Microsoft Authentication Library (MSAL) for Node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) to handle authentication and authorization.
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
1616

17-
# Configure authentication in a sample Node.js web API by using Azure AD B2C
17+
# Configure authentication in a sample Node.js web API by using Azure Active Directory B2C
1818

1919
In this article, you'll learn how to configure a sample Node.js web application to call a sample Node.js web API. The web API needs to be protected by Azure AD B2C itself. In this setup, a web app, such as *App ID: 1* calls a web API, such as *App ID: 2*. Users authenticate into the web app to acquire an access token, which is then used to call a protected web API.
2020

0 commit comments

Comments
 (0)