Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 457 Bytes

Demo-csharp1.md

File metadata and controls

16 lines (8 loc) · 457 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\CallMSGraph\deamon-console.sln in VS.
  • Update deamon-console\appsettings.json file with values from your tenant and App you registered in previous demo.

In class:

  1. Run the project locally to pull the Graph API info

TokenMSAL