Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 583 Bytes

Demo-console.md

File metadata and controls

21 lines (12 loc) · 583 Bytes

AZ-204 Demo: Interactive authentication by using MSAL

In the demo you will run console client that use MSAL SDK to request token to Microsoft Graph. You will validate created token.

Technical Requirements:

  • Visual Studio Code
  • Net 5.0

Demonstration

  1. Open CSharp\Console in VS Code.

  2. Update CSharp\Console\appsettings.json file with values from your tenant and App you registered in previous demo.

  3. Run the project locally to pull the token info

    TokenMSAL

  4. Verify your token on https://jwt.ms/