In the demo you will use MSAL libraries to request token and access to Microsoft Graph to pull list of the users from ADD.
- Visual Studio Code
- Net 5.0
- App Registration account with access to AAD Users.Read.All
-
Open CSharp folder in VS Code.
-
Update
appsettings.json
file with values from your tenant and App you registered in previous demos. -
Run the project locally to pull the user list from Graph API