Skip to content

Commit bc7aaf0

Browse files
committed
fixes requested
1 parent 3640bca commit bc7aaf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/javascript/how-to/with-web-app/add-authentication-to-web-app.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add authentication to web app
2+
title: Add Active Directory authentication
33
description: Add Microsoft Identity authentication to your Express.js web app on Azure App service using easy authentication.
44
ms.topic: how-to
55
ms.date: 04/28/2021
@@ -11,7 +11,7 @@ ms.custom: devx-track-js
1111

1212
Add Microsoft authentication to your web app with an app registration and an Azure app service. The Azure app service provides an easy authentication ("easy auth") to your web app, doing most of the work for a simple authentication use case for you.
1313

14-
* [Sample code](https://github.com/diberry/js-e2e-web-app-easy-auth.git)
14+
* [Sample code](https://github.com/azure-samples/js-e2e-web-app-easy-auth.git)
1515

1616
## Easy auth for Azure web apps
1717

@@ -57,7 +57,7 @@ Create and run an Express.js app by cloning an Azure sample repository.
5757
1. Use the following base command with git to clone the repository, change into the repository folder named `myexpressapp`, then install the npm dependencies.
5858

5959
```bash
60-
git clone https://github.com/diberry/js-e2e-web-app-easy-auth.git myexpressapp && \
60+
git clone https://github.com/azure-samples/js-e2e-web-app-easy-auth.git myexpressapp && \
6161
cd myexpressapp && \
6262
npm install
6363
```

0 commit comments

Comments
 (0)