Skip to content

Commit 3fd31a0

Browse files
committed
Rewrite code samples README
1 parent 73657f0 commit 3fd31a0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

1-Authentication/5-sign-in-express/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_type: sample
3-
name: A Node.js & Express web app that signs in users by using Microsoft Entra External ID for Customers with MSAL Node
3+
name: Sign in users in a sample Node.js & Express web app by using Microsoft Entra External ID for customers
44
description: This sample demonstrates a Node.js & Express web app authenticating users by using Microsoft Entra External ID for Customers with Microsoft Authentication Library for Node (MSAL Node)
55
languages:
66
- javascript
@@ -23,10 +23,10 @@ extensions:
2323
- Node.js & Express web app
2424
---
2525

26-
# A Node.js & Express web app authenticating users by using Microsoft Entra External ID for Customers
26+
# Sign in users in a sample Node.js & Express web app by using Microsoft Entra External ID for customers
2727

28-
* [Usage](#usage)
2928
* [Overview](#overview)
29+
* [Usage](#usage)
3030
* [Scenario](#scenario)
3131
* [Contents](#contents)
3232
* [Prerequisites](#prerequisites)
@@ -37,6 +37,10 @@ extensions:
3737
* [Contributing](#contributing)
3838
* [Learn More](#learn-more)
3939

40+
## Overview
41+
42+
This sample demonstrates how to sign in users into a sample Node.js & Express web app by using Microsoft Entra External ID for customers. The samples utilizes the [Microsoft Authentication Library for Node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) (MSAL Node) to simplify adding authentication to the Node.js web app.
43+
4044
## Usage
4145

4246
| Instruction | Description |
@@ -46,10 +50,6 @@ extensions:
4650
| **Add sign in to your app** | Use the instructions in [Sign in users in a Node.js web app](https://learn.microsoft.com/entra/external-id/customers/tutorial-web-app-node-sign-in-prepare-tenant) to learn how to add sign in to your Node web app. |
4751
|**Product documentation** | Explore [Microsoft Entra ID for customers documentation](https://review.learn.microsoft.com/entra/external-id/customers/) |
4852

49-
## Overview
50-
51-
This sample demonstrates how sign in users into a a Node.js & Express web app by using Microsoft Entra External ID for Customers. The samples utilizes the [Microsoft Authentication Library for Node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) (MSAL Node) to simplify adding authentication to the Node.js web app.
52-
5353
## Contents
5454

5555
| File/folder | Description |
@@ -62,7 +62,7 @@ This sample demonstrates how sign in users into a a Node.js & Express web app by
6262

6363
* You must install in your computer [Node.js](https://nodejs.org/en/download/) to run this sample.
6464
* We recommend [Visual Studio Code](https://code.visualstudio.com/download) for running and editing this sample.
65-
* An **Azure AD for Customers** tenant. For more information, see: [How to get an Azure AD for Customers tenant](https://github.com/microsoft/entra-previews/blob/PP2/docs/1-Create-a-CIAM-tenant.md)
65+
* An **Azure AD for Customers** tenant. For more information, see: [How to get an Azure AD for customers tenant](https://github.com/microsoft/entra-previews/blob/PP2/docs/1-Create-a-CIAM-tenant.md)
6666
* Microsoft Entra ID for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial).
6767
* If you'd like to use Azure services, such as hosting your app in Azure App Service, [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
6868

0 commit comments

Comments
 (0)