Skip to content

Commit e03aa32

Browse files
committed
Rewrite code samples README
1 parent 8634d72 commit e03aa32

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ extensions:
2424

2525
# A Node.js & Express web app authenticating users against Azure AD for Customers with MSAL Node
2626

27+
* [Usage](#usage)
2728
* [Overview](#overview)
2829
* [Scenario](#scenario)
2930
* [Contents](#contents)
@@ -35,6 +36,14 @@ extensions:
3536
* [Contributing](#contributing)
3637
* [Learn More](#learn-more)
3738

39+
## Usage
40+
41+
| Instruction | Description |
42+
|-----------------------|--------------------------------------------|
43+
| **App integration use case** | This code samples applies to **customer app integration uses case**![Yes button](yes.png "Title"). If you're looking for a workforce integration use [Tutorial: Enable a Node.js (Express) application to sign in users by using Microsoft Entra ID](https://github.com/Azure-Samples/ms-identity-docs-code-javascript) |
44+
| **Scenario** | Sign in users. |
45+
| **Official documentation** | Use the instructions in this page to learn how to run this code sample or use our docs at [Microsoft Entra External ID for customers documentation](https://learn.microsoft.com/azure/active-directory/external-identities/customers/) |
46+
3847
## Overview
3948

4049
This sample demonstrates a Node.js & Express web app that lets users sign-in with Azure Active Directory Consumers Identity and Access Management (Azure AD for Customers) using the [Microsoft Authentication Library for Node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) (MSAL Node).
614 Bytes
Loading

0 commit comments

Comments
 (0)