Skip to content

Archive redundant samples #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 1 addition & 37 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
Expand Down Expand Up @@ -43,12 +43,6 @@ jobs:
npm audit --production
npm run test

- run: |
cd 2-Authorization-I/2-call-graph-b2c/
npm ci
npm audit --production
npm run test

- run: |
cd 3-Authorization-II/1-call-api/API
npm ci
Expand All @@ -71,34 +65,4 @@ jobs:
cd 3-Authorization-II/2-call-api-b2c/SPA
npm ci
npm audit --production
npm run test

- run: |
cd 4-AdvancedGrants/1-call-api-graph/API
npm ci
npm audit --production
npm run test

- run: |
cd 4-AdvancedGrants/1-call-api-graph/SPA
npm ci
npm audit --production
npm run test

- run: |
cd 4-AdvancedGrants/2-call-api-api-ca/DownstreamAPI
npm ci
npm audit --production
npm run test

- run: |
cd 4-AdvancedGrants/2-call-api-api-ca/MiddletierAPI
npm ci
npm audit --production
npm run test

- run: |
cd 4-AdvancedGrants/2-call-api-api-ca/SPA
npm ci
npm audit --production
npm run test
1 change: 0 additions & 1 deletion 2-Authorization-I/1-call-graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ if (error === 'claims_challenge_occurred') {
Learn how to:

* [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)
* [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)

## Contributing

Expand Down
39 changes: 0 additions & 39 deletions 2-Authorization-I/2-call-graph-b2c/App/authConfig.js

This file was deleted.

132 changes: 0 additions & 132 deletions 2-Authorization-I/2-call-graph-b2c/App/authProvider.js

This file was deleted.

23 changes: 0 additions & 23 deletions 2-Authorization-I/2-call-graph-b2c/App/favicon.svg

This file was deleted.

35 changes: 0 additions & 35 deletions 2-Authorization-I/2-call-graph-b2c/App/graph.js

This file was deleted.

96 changes: 0 additions & 96 deletions 2-Authorization-I/2-call-graph-b2c/App/index.html

This file was deleted.

Loading