Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.03 KB

File metadata and controls

19 lines (14 loc) · 1.03 KB

Demo: Retrieve and control information returned from Microsoft Graph

This completed project is the result of the lab exercise Retrieve and control information returned from Microsoft Graph that is referenced in the README in this repo.

Prerequisites

Run this Completed Project

  • Create an Azure AD application by following the instructions in the lab exercise associated with this demo. In this step, you are instructed to collect these data elements:
    • tenantId
    • applicationId
    • applicationSecret
  • Rename the file appsettings.json.example to appsettings.json
  • Update the properties in the appsettings.json with the values you collected in the last step.
  • Build and run the application by following the instructions in the lab exercise associated with this demo.