Skip to content

Commit 756c199

Browse files
Add Microsoft Entra product tags
1 parent bbdf49d commit 756c199

13 files changed

Lines changed: 22 additions & 20 deletions

File tree

1-Authentication/0-sign-in-vanillajs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This sample demonstrates a Vanilla JavaScript single-page applicati
55
languages:
66
- javascript
77
products:
8-
- azure-active-directory
8+
- entra-external-id
99
- msal-js
1010
urlFragment: ms-identity-ciam-javascript-tutorial-0-sign-in-vanillajs
1111
extensions:

1-Authentication/1-sign-in-react/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
page_type: sample
3-
name: React single-page application using MSAL React to authentication users against Azure AD for Customers
4-
description: React single-page application using MSAL React to authentication users against Azure Active Directory Customer Identity Access Management (Azure AD for Customers)
3+
name: React single-page application using MSAL React to authenticate users against Azure AD for Customers
4+
description: React single-page application using MSAL React to authenticate users against Azure Active Directory Customer Identity Access Management (Azure AD for Customers)
55
languages:
66
- javascript
77
products:
8-
- azure-active-directory
9-
- msal-js
8+
- entra-external-id
9+
- msal-react
1010
urlFragment: ms-identity-ciam-javascript-tutorial-1-sign-in-react
1111
extensions:
1212
services:

1-Authentication/2-sign-in-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ languages:
66
- javascript
77
- typescript
88
products:
9-
- azure-active-directory
9+
- entra-external-id
1010
- msal-angular
1111
urlFragment: ms-identity-ciam-javascript-tutorial-2-sign-in-angular
1212
extensions:

1-Authentication/3-sign-in-electron/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
page_type: sample
3-
name: An Electron desktop application secured by MSAL Node on Microsoft identity platform
4-
description: An Electron desktop application secured by MSAL Node on Microsoft identity platform
3+
name: An Electron desktop application secured by MSAL Node on Microsoft Entra External ID
4+
description: An Electron desktop application secured by MSAL Node on Microsoft Entra External ID
55
languages:
66
- javascript
77
products:
8-
- azure-active-directory
8+
- entra-external-id
99
- msal-js
1010
- msal-node
1111
urlFragment: ms-identity-ciam-javascript-tutorial-3-sign-in-electron

1-Authentication/4-sign-in-device-code/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
page_type: sample
3-
name: A Node headless application using MSAL Node to authentication users with the device code flow against Customer Identity Access Management (CIAM)
4-
description: A Node headless application using MSAL Node to authentication users with the device code flow against Customer Identity Access Management (CIAM)
3+
name: A Node headless application using MSAL Node to authenticate users with the device code flow against Customer Identity Access Management (CIAM)
4+
description: A Node headless application using MSAL Node to authenticate users with the device code flow against Customer Identity Access Management (CIAM)
55
languages:
66
- javascript
77
products:
8-
- azure-active-directory
8+
- entra-external-id
99
- msal-js
1010
- msal-node
1111
urlFragment: ms-identity-ciam-javascript-tutorial-4-sign-in-device-code
@@ -22,7 +22,7 @@ extensions:
2222
- Node headless application
2323
---
2424

25-
# A Node headless application using MSAL Node to authentication users with the device code flow against Customer Identity Access Management (CIAM)
25+
# A Node headless application using MSAL Node to authenticate users with the device code flow against Customer Identity Access Management (CIAM)
2626

2727
* [Overview](#overview)
2828
* [Scenario](#scenario)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This sample demonstrates a Node.js & Express web app authenticating
55
languages:
66
- javascript
77
products:
8-
- azure-active-directory
8+
- entra-external-id
99
- msal-node
1010
urlFragment: ms-identity-ciam-javascript-tutorial-5-sign-in-express
1111
extensions:

1-Authentication/6-sign-in-node-cli-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Node Command Line Interface (CLI) application using MSAL Node to
55
languages:
66
- javascript
77
products:
8-
- azure-active-directory
8+
- entra-external-id
99
- msal-js
1010
- msal-node
1111
urlFragment: ms-identity-ciam-javascript-tutorial-6-sign-in-node-cli-app

2-Authorization/0-call-api-vanillajs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ languages:
66
- javascript
77
- csharp
88
products:
9-
- azure-active-directory
9+
- entra-external-id
1010
- aspnet-core
1111
- msal-js
1212
- microsoft-identity-web

2-Authorization/1-call-api-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ languages:
66
- javascript
77
- csharp
88
products:
9-
- azure-active-directory
9+
- entra-external-id
1010
- aspnet-core
1111
- msal-js
1212
- microsoft-identity-web

2-Authorization/2-call-api-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ languages:
77
- typescript
88
- csharp
99
products:
10-
- azure-active-directory
10+
- entra-external-id
1111
- aspnet-core
1212
- msal-js
1313
- msal-angular

0 commit comments

Comments
 (0)