Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 451 Bytes

Demo-csharp2.md

File metadata and controls

16 lines (8 loc) · 451 Bytes

AZ-204 Demo: Interactive authentication by using MSAL

In the demo you will use MSAL libraries to request token and access to Microsoft Graph

Before delivery:

  • Open CSharp\DesktopClient\DesktopClient.sln in VS.
  • Update DesktopClient\App.xaml.cs file with values from your tenant and App you registered in previous demo.

In class:

  1. Run the project locally to pull the token info

TokenMSAL