Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 960 Bytes

File metadata and controls

18 lines (13 loc) · 960 Bytes

Demo: Working with users in the organization

This completed project is the result of the lab exercise Working with users in the organization 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
  • 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.