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: 1-Authentication/5-sign-in-express/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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
4
4
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)
5
5
languages:
6
6
- javascript
@@ -23,10 +23,10 @@ extensions:
23
23
- Node.js & Express web app
24
24
---
25
25
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
27
27
28
-
*[Usage](#usage)
29
28
*[Overview](#overview)
29
+
*[Usage](#usage)
30
30
*[Scenario](#scenario)
31
31
*[Contents](#contents)
32
32
*[Prerequisites](#prerequisites)
@@ -37,6 +37,10 @@ extensions:
37
37
*[Contributing](#contributing)
38
38
*[Learn More](#learn-more)
39
39
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
+
40
44
## Usage
41
45
42
46
| Instruction | Description |
@@ -46,10 +50,6 @@ extensions:
46
50
|**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. |
47
51
|**Product documentation**| Explore [Microsoft Entra ID for customers documentation](https://review.learn.microsoft.com/entra/external-id/customers/)|
48
52
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
-
53
53
## Contents
54
54
55
55
| File/folder | Description |
@@ -62,7 +62,7 @@ This sample demonstrates how sign in users into a a Node.js & Express web app by
62
62
63
63
* You must install in your computer [Node.js](https://nodejs.org/en/download/) to run this sample.
64
64
* 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)
66
66
* 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).
67
67
* 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.
0 commit comments