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: README.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
---
2
-
services: active-directory-b2c
3
-
platforms: nodejs
4
-
author: navyasric
2
+
page_type: sample
3
+
description: "This sample demonstrates how to protect a Node.js web API with Azure AD B2C using the Passport.js library."
4
+
languages:
5
+
- javascript
6
+
- nodejs
7
+
products:
8
+
- azure
9
+
- azure-active-directory
10
+
urlFragment: nodejs-web-api-azure-ad
5
11
---
6
12
13
+
7
14
# Node.js Web API with Azure AD B2C
8
15
This sample demonstrates how to protect a Node.js web API with Azure AD B2C using the Passport.js library. The code here is pre-configured with a registered client ID. If you register your own app, you will need to replace the client ID.
0 commit comments