You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2. Web API now calls Microsoft Graph/README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ level: 400
6
6
client: .NET Desktop (WPF)
7
7
service: ASP.NET Core Web API, Microsoft Graph
8
8
endpoint: Microsoft identity platform
9
+
page_type: sample
10
+
languages:
11
+
- csharp
12
+
products:
13
+
- azure
14
+
- azure-active-directory
15
+
- aspnet-core
16
+
- office-ms-graph
17
+
description: "A tutorial sample that shows how to use MSAL.NET to authenticate users. A WPF desktop application calls a web API which then calls Microsoft Graph."
9
18
---
10
19
# ASP.NET Core Web API calling Microsoft Graph, itself called from a WPF application using Microsoft identity platform
11
20
@@ -479,16 +488,16 @@ For more information, visit the following links:
-Tolearnmoreaboutthecode, visit [ConceptualdocumentationforMSAL.NET](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki#conceptual-documentation) and in particular:
0 commit comments