Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 3.37 KB

windows+graph.md

File metadata and controls

40 lines (25 loc) · 3.37 KB

Enlighten your Windows App with Microsoft Graph resources

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

Demos

  • 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

UWP/WPF/.NET

Alternatively, use the .NET libraries directly

PWA (Progressive Web Apps) and Electron

Alternatively, use the JS/TS libraries directly

  • 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