Skip to content

Commit 6ac587d

Browse files
author
Doğan Erişen
authored
Merge pull request Azure-Samples#200 from Azure-Samples/archive-pop-sample
Remove archived sample
2 parents 95d7c6a + 29aef48 commit 6ac587d

File tree

81 files changed

+0
-17975
lines changed

Some content is hidden

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

81 files changed

+0
-17975
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
- [ ] 5-2) Call a web API using Security Groups
2020
- [ ] 6-1) Call a multi-tenant web API
2121
- [ ] 7-1) Call Microsoft Graph using on-behalf-of flow
22-
- [ ] 7-2) Call a web API using Proof of Possession tokens
2322
```
2423

2524
## This issue is for a

.github/workflows/dotnet.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
dotnet build --no-restore
3232
cd ProfileAPI.Tests
3333
dotnet test --no-build --verbosity normal
34-
35-
- run: |
36-
cd 7-AdvancedScenarios/2-call-api-pop/API
37-
dotnet restore
38-
dotnet build --no-restore
39-
cd TodoListAPI.Tests
40-
dotnet test --no-build --verbosity normal
4134
4235
build-6x:
4336

.github/workflows/node.js.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,3 @@ jobs:
7171
npm ci
7272
npm audit --production
7373
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
74-
75-
- run: |
76-
cd 7-AdvancedScenarios/2-call-api-pop/SPA
77-
npm ci
78-
npm audit --production
79-
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI

7-AdvancedScenarios/2-call-api-pop/API/Microsoft.Identity.Web.Future/AadIssuerValidator.cs

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

7-AdvancedScenarios/2-call-api-pop/API/Microsoft.Identity.Web.Future/IssuerConfigurationRetriever.cs

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

7-AdvancedScenarios/2-call-api-pop/API/Microsoft.Identity.Web.Future/IssuerMetadata.cs

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

7-AdvancedScenarios/2-call-api-pop/API/Microsoft.Identity.Web.Future/Metadata.cs

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

7-AdvancedScenarios/2-call-api-pop/API/Microsoft.Identity.Web.Future/Microsoft.Identity.Web.Future.csproj

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

0 commit comments

Comments
 (0)