Skip to content

Commit f9a2d96

Browse files
authored
Merge pull request #142 from Azure-Samples/remove-ch4
Archive redundant samples
2 parents 0539349 + 6992d96 commit f9a2d96

File tree

93 files changed

+5
-55421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5
-55421
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x]
18+
node-version: [16.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
@@ -43,12 +43,6 @@ jobs:
4343
npm audit --production
4444
npm run test
4545
46-
- run: |
47-
cd 2-Authorization-I/2-call-graph-b2c/
48-
npm ci
49-
npm audit --production
50-
npm run test
51-
5246
- run: |
5347
cd 3-Authorization-II/1-call-api/API
5448
npm ci
@@ -71,34 +65,4 @@ jobs:
7165
cd 3-Authorization-II/2-call-api-b2c/SPA
7266
npm ci
7367
npm audit --production
74-
npm run test
75-
76-
- run: |
77-
cd 4-AdvancedGrants/1-call-api-graph/API
78-
npm ci
79-
npm audit --production
80-
npm run test
81-
82-
- run: |
83-
cd 4-AdvancedGrants/1-call-api-graph/SPA
84-
npm ci
85-
npm audit --production
86-
npm run test
87-
88-
- run: |
89-
cd 4-AdvancedGrants/2-call-api-api-ca/DownstreamAPI
90-
npm ci
91-
npm audit --production
92-
npm run test
93-
94-
- run: |
95-
cd 4-AdvancedGrants/2-call-api-api-ca/MiddletierAPI
96-
npm ci
97-
npm audit --production
98-
npm run test
99-
100-
- run: |
101-
cd 4-AdvancedGrants/2-call-api-api-ca/SPA
102-
npm ci
103-
npm audit --production
10468
npm run test

2-Authorization-I/1-call-graph/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ if (error === 'claims_challenge_occurred') {
480480
Learn how to:
481481

482482
* [Vanilla JavaScript single-page application (SPA) using MSAL.js to authorize users for calling a protected web API on Azure AD](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/1-call-api)
483-
* [A Node.js Web API secured by Azure AD and calling Microsoft Graph on behalf of a signed-in user](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/4-AdvancedGrants/1-call-api-graph)
484483

485484
## Contributing
486485

2-Authorization-I/2-call-graph-b2c/App/authConfig.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

2-Authorization-I/2-call-graph-b2c/App/authProvider.js

Lines changed: 0 additions & 132 deletions
This file was deleted.

2-Authorization-I/2-call-graph-b2c/App/favicon.svg

Lines changed: 0 additions & 23 deletions
This file was deleted.

2-Authorization-I/2-call-graph-b2c/App/graph.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

2-Authorization-I/2-call-graph-b2c/App/index.html

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)