Thank you for watching our session at Build 2021. If you haven't seen it yet, watch it here
This page contains resources for getting started with Microsoft Graph in your Windows apps
- Contoso Notes UWP app is located in the
ContosoNotes
folder in this repository - learn more about the app by reading the README - Contoso Notes Web app is located in the
ContosoNotesWeb
folder in this repository - learn more about the app by reading the README
- [Preview] Windows Community Toolkit authentication and Microsoft Graph helpers - couple lines of code to authenticate users and call Microsoft Graph, built on top of MSAL and the Microsoft Graph libraries for .NET
- Get started with WindowsProvider for UWP - Sample
- Get started with MsalProvider for UWP - Sample
- Get started with MsalProvider for WPF - Sample
-
MSAL.NET - Microsoft Authentication Library for .NET, UWP, NetCore, and Xamarin - it enables you to acquire security tokens to call protected APIs such as Microsoft Graph.
-
Microsoft Graph .NET SDK - .NET Client library that targets .NetStandard 2.0 and .Net Framework 4.6.1.
- Microsoft Graph Toolkit - couple lines of code to authenticate users, call Microsoft Graph, and use prebuilt Microsoft Graph connected components. Built on top of MSAL and the Microsoft Graph client sdk
-
MSAL.js - Microsoft Authentication Library for JavaScript - it enables you to acquire security tokens to call protected APIs such as Microsoft Graph.
-
Microsoft Graph JavaScript SDK - JavaScript Client library tha can be used server-side and in the browser