Skip to content

Commit 62c5433

Browse files
Merge pull request #48 from mtrilbybassett/patch-1
Update README.md
2 parents e9885dd + 1887bdb commit 62c5433

13 files changed

Lines changed: 146 additions & 81 deletions

File tree

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ products:
88
- azure-active-directory
99
- msal-js
1010
- msal-browser
11-
urlFragment: ms-identity-ciam-javascript-tutorial
11+
urlFragment: ms-identity-ciam-javascript-tutorial-0-sign-in-vanillajs
1212
extensions:
13-
- services: ms-identity
14-
- platform: JavaScript
15-
- endpoint: AAD v2.0
16-
- level: 100
17-
- client: Vanilla JavaScript SPA
13+
services:
14+
- ms-identity
15+
platform:
16+
- JavaScript
17+
endpoint:
18+
- AAD v2.0
19+
level:
20+
- 100
21+
client:
22+
- Vanilla JavaScript SPA
1823
---
1924

2025
# Vanilla JavaScript single-page application using MSAL.js to authenticate users against Azure AD CIAM

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ products:
88
- azure-active-directory
99
- msal-js
1010
- msal-react
11-
urlFragment: ms-identity-ciam-javascript-tutorial
11+
urlFragment: ms-identity-ciam-javascript-tutorial-1-sign-in-react
1212
extensions:
13-
- services: ms-identity
14-
- platform: javascript
15-
- endpoint: AAD v2.0
16-
- level: 100
17-
- client: React SPA
13+
services:
14+
- ms-identity
15+
platform:
16+
- javascript
17+
endpoint:
18+
- AAD v2.0
19+
level:
20+
- 100
21+
client:
22+
- React SPA
1823
---
1924

2025
# React single-page application using MSAL React to authenticate users against Azure AD CIAM

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ languages:
88
products:
99
- azure-active-directory
1010
- msal-angular
11-
urlFragment: ms-identity-ciam-javascript-tutorial
11+
urlFragment: ms-identity-ciam-javascript-tutorial-2-sign-in-angular
1212
extensions:
13-
- services: ms-identity
14-
- platform: JavaScript
15-
- endpoint: AAD v2.0
16-
- level: 100
17-
- client: Angular SPA
13+
services:
14+
- ms-identity
15+
platform:
16+
- JavaScript
17+
endpoint:
18+
- AAD v2.0
19+
level:
20+
- 100
21+
client:
22+
- Angular SPA
1823
---
1924

2025
# Angular single-page application using MSAL Angular to sign-in users against Azure AD CIAM

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ products:
88
- azure-active-directory
99
- msal-js
1010
- msal-node
11-
urlFragment: ms-identity-ciam-javascript-tutorial.git
11+
urlFragment: ms-identity-ciam-javascript-tutorial-3-sign-in-electron
1212
extensions:
13-
- services: ms-identity
14-
- platform: javascript
15-
- endpoint: AAD v2.0
16-
- level: 100
17-
- client: Electron desktop app
18-
- service: Microsoft Graph
13+
services:
14+
- ms-identity
15+
platform:
16+
- javascript
17+
endpoint:
18+
- AAD v2.0
19+
level:
20+
- 100
21+
client:
22+
- Electron desktop app
23+
service:
24+
- Microsoft Graph
1925
---
2026

2127
# An Electron desktop application secured by MSAL Node on Microsoft identity platform

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ products:
88
- azure-active-directory
99
- msal-js
1010
- msal-node
11-
urlFragment: ms-identity-ciam-javascript-tutorial.git
11+
urlFragment: ms-identity-ciam-javascript-tutorial-4-sign-in-device-code
1212
extensions:
13-
- services: ms-identity
14-
- platform: javascript
15-
- endpoint: AAD v2.0
16-
- level: 100
17-
- client: Node headless application
13+
services:
14+
- ms-identity
15+
platform:
16+
- javascript
17+
endpoint:
18+
- AAD v2.0
19+
level:
20+
- 100
21+
client:
22+
- Node headless application
1823
---
1924

2025
# A Node headless application using MSAL Node to authentication users with the device code flow against Customer Identity Access Management (CIAM)

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ languages:
77
products:
88
- azure-active-directory
99
- msal-node
10-
urlFragment: ms-identity-ciam-javascript-tutorial
10+
urlFragment: ms-identity-ciam-javascript-tutorial-5-sign-in-express
1111
extensions:
12-
- services: ms-identity
13-
- platform: JavaScript
14-
- endpoint: AAD v2.0
15-
- level: 100
16-
- client: Node.js & Express web app
17-
- service:
12+
services:
13+
- ms-identity
14+
platform:
15+
- JavaScript
16+
endpoint:
17+
- AAD v2.0
18+
level:
19+
- 100
20+
client:
21+
- Node.js & Express web app
22+
service:
1823
---
1924

2025
# A Node.js & Express web app authenticating users against Azure AD CIAM with MSAL Node

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ products:
88
- azure-active-directory
99
- msal-js
1010
- msal-node
11-
urlFragment: ms-identity-ciam-javascript-tutorial
11+
urlFragment: ms-identity-ciam-javascript-tutorial-6-sign-in-node-cli-app
1212
extensions:
13-
- services: ms-identity
14-
- platform: javascript
15-
- endpoint: AAD v2.0
16-
- level: 100
17-
- client: Node CLI
13+
services:
14+
- ms-identity
15+
platform:
16+
- javascript
17+
endpoint:
18+
- AAD v2.0
19+
level:
20+
- 100
21+
client:
22+
- Node CLI
1823
---
1924

2025
# A Node Command Line Interface (CLI) application using MSAL Node to authentication users against Customer Identity Access Management (CIAM)

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ products:
1010
- aspnet-core
1111
- msal-js
1212
- microsoft-identity-web
13-
urlFragment: ms-identity-ciam-javascript-tutorial
13+
urlFragment: ms-identity-ciam-javascript-tutorial-0-call-api-vanillajs
1414
extensions:
15-
- services: ms-identity
16-
- platform: JavaScript
17-
- endpoint: AAD v2.0
18-
- level: 200
19-
- client: Vanilla JavaScript SPA
20-
- service: ASP.NET Core web API
15+
services:
16+
- ms-identity
17+
platform:
18+
- JavaScript
19+
endpoint:
20+
- AAD v2.0
21+
level:
22+
- 200
23+
client:
24+
- Vanilla JavaScript SPA
25+
service:
26+
- ASP.NET Core web API
2127
---
2228

2329
# Vanilla JavaScript single-page application using MSAL.js to authentication users against Customer Identity Access Management (CIAM) and call a protected ASP.NET Core web API

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ products:
1111
- msal-js
1212
- msal-react
1313
- microsoft-identity-web
14-
urlFragment: ms-identity-ciam-javascript-tutorial
14+
urlFragment: ms-identity-ciam-javascript-tutorial-1-call-api-react
1515
extensions:
16-
- services: ms-identity
17-
- platform: JavaScript
18-
- endpoint: AAD v2.0
19-
- level: 200
20-
- client: React SPA
21-
- service: ASP.NET Core web API
16+
services:
17+
- ms-identity
18+
platform:
19+
- JavaScript
20+
endpoint:
21+
- AAD v2.0
22+
level:
23+
- 200
24+
client:
25+
- React SPA
26+
service:
27+
- ASP.NET Core web API
2228
---
2329

2430
# React single-page application using MSAL React to authenticate users with Azure AD CIAM and call a protected ASP.NET Core web API

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ products:
1212
- msal-js
1313
- msal-angular
1414
- microsoft-identity-web
15-
urlFragment: ms-identity-ciam-javascript-tutorial
15+
urlFragment: ms-identity-ciam-javascript-tutorial-2-call-api-angular
1616
extensions:
17-
- services: ms-identity
18-
- platform: JavaScript
19-
- endpoint: AAD v2.0
20-
- level: 200
21-
- client: Angular SPA
22-
- service: ASP.NET Core web API
17+
services:
18+
- ms-identity
19+
platform:
20+
- JavaScript
21+
endpoint:
22+
- AAD v2.0
23+
level:
24+
- 200
25+
client:
26+
- Angular SPA
27+
service:
28+
- ASP.NET Core web API
2329
---
2430

2531
# Angular single-page application using MSAL Angular to authenticate users with Azure AD CIAM and call a protected ASP.NET Core web API

0 commit comments

Comments
 (0)