You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/enable-authentication-in-node-web-app-with-api-options.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ ms.custom: "b2c-support"
15
15
16
16
# Enable Node.js web API authentication options using Azure Active Directory B2C
17
17
18
-
This article describes how to enable, customize, and enhance the Azure Active Directory B2C (Azure AD B2C) authentication experience for your Node.js web application.
18
+
This article describes how to enable, customize, and enhance the Azure Active Directory B2C (Azure AD B2C) authentication experience for your Node.js web API.
19
19
20
20
Before you start, it's important to familiarize yourself with the following articles:
21
21
22
-
-[Configure authentication in a Node.js sample web app](configure-a-sample-node-web-app.md)
23
-
-[Enable authentication in your own Node.js web app](enable-authentication-in-node-web-app.md).
22
+
-[Configure authentication in a sample Node.js web API](configure-authentication-in-sample-node-web-app-with-api.md)
23
+
-[Enable authentication in your own Node.js web API](enable-authentication-in-node-web-app-with-api.md).
Modify the values in the `.env` files as explained in [Configure the sample web app](configure-authentication-in-sample-node-web-api.md?#step-32-configure-the-sample-web-app)
164
+
Modify the values in the `.env` files as explained in [Configure the sample web app](configure-authentication-in-sample-node-web-app-with-api.md?#step-32-configure-the-sample-web-app)
165
165
166
166
167
167
1. In your `index.js` file, add the following code:
0 commit comments