Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 02632ce

Browse files
authored
Update README.md
1 parent 8a8b4db commit 02632ce

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
page_type: sample
3+
languages:
4+
- javascript
5+
products:
6+
- azure
7+
description: "Securing a Node.js REST-based Application with Azure Active Directory"
8+
urlFragment: active-directory-node-webapi-basic
9+
---
10+
111
# Securing a Node.js REST-based Application with Azure Active Directory
212

313
This sample demonstrates how to secure a [Restify](http://restify.com/) API endpoint with [Passport](http://passportjs.org/) using the [passport-azure-ad](https://github.com/AzureAD/passport-azure-ad) module to handle communication with Azure Active Directory (AAD).
@@ -67,4 +77,4 @@ Connection: keep-alive
6777
Content-Length: 12
6878

6979
Unauthorized
70-
```
80+
```

0 commit comments

Comments
 (0)