Skip to content

Commit cf40e24

Browse files
authored
Update README.md
1 parent bce8455 commit cf40e24

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
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
511
---
612

13+
714
# Node.js Web API with Azure AD B2C
815
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.
916

0 commit comments

Comments
 (0)