Skip to content

Commit 6891df5

Browse files
authored
fix yaml front-matter for sample ingestion service (#154)
Co-authored-by: Shuang Jiang <[email protected]>
1 parent e90a01f commit 6891df5

File tree

5 files changed

+0
-33
lines changed

5 files changed

+0
-33
lines changed

1. Desktop app calls Web API/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
2-
services: active-directory
3-
platforms: dotnet
4-
author: jmprieur
5-
level: 200
6-
client: .NET Desktop (WPF)
7-
service: ASP.NET Core Web API
8-
endpoint: Microsoft identity platform
92
page_type: sample
103
languages:
114
- csharp
125
products:
136
- azure
147
- azure-active-directory
158
- dotnet
16-
- office-ms-graph
179
description: "Sign-in a user with the Microsoft Identity Platform in a WPF Desktop application and call an ASP.NET Core Web API"
1810
---
1911
# Sign-in a user with the Microsoft Identity Platform in a WPF Desktop application and call an ASP.NET Core Web API

2. Web API now calls Microsoft Graph/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
2-
services: active-directory
3-
platforms: dotnet
4-
author: jmprieur
5-
level: 300
6-
client: .NET Desktop (WPF)
7-
service: ASP.NET Core Web API, Microsoft Graph
8-
endpoint: Microsoft identity platform
92
page_type: sample
103
languages:
114
- csharp
125
products:
136
- azure
147
- azure-active-directory
158
- aspnet-core
16-
- office-ms-graph
179
description: "Sign a user into a Desktop application using Microsoft Identity Platform and call a protected ASP.NET Core Web API, which calls Microsoft Graph on-behalf of the user."
1810
---
1911
# Sign a user into a Desktop application using Microsoft Identity Platform and call a protected ASP.NET Core Web API, which calls Microsoft Graph on-behalf of the user

3.-Web-api-call-Microsoft-graph-for-personal-accounts/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
2-
services: active-directory
3-
platforms: dotnet
4-
author: jmprieur
5-
level: 300
6-
client: .NET Desktop (WPF)
7-
service: ASP.NET Core Web API, Microsoft Graph
8-
endpoint: Microsoft identity platform
92
page_type: sample
103
languages:
114
- csharp
125
products:
136
- azure
147
- azure-active-directory
158
- dotnet
16-
- office-ms-graph
179
description: "This sample demonstrates a .NET Desktop (WPF) application calling a ASP.NET Core Web API that is secured using Azure Active Directory"
1810
---
1911

4.-Console-app-calls-web-API-with-PoP/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
2-
services: active-directory
3-
platforms: dotnet
4-
author: jmprieur
5-
level: 300
6-
client: .NET Desktop (WPF)
7-
service: ASP.NET Core Web API
8-
endpoint: Microsoft identity platform
92
page_type: sample
103
languages:
114
- csharp
125
products:
136
- azure
147
- azure-active-directory
158
- dotnet
16-
- office-ms-graph
179
description: "Sign-in a user with the Microsoft Identity Platform in a console application and call an ASP.NET Core Web API using Proof of Possession token"
1810
---
1911
# Sign-in a user with the Microsoft Identity Platform in a console application and call an ASP.NET Core Web API using Proof of Possession token

5.Deploy-Web-API/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ languages:
55
products:
66
- dotnet
77
- azure-active-directory
8-
- microsoft-graph-api
98
- azure-app-services
109
- azure-storage
1110
description: "Deploying a protected ASP.NET Core web API and calls the API from Desktop application"

0 commit comments

Comments
 (0)