Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

The README.MD file may confuse the beginner to Azure developing #41

Open VitorX opened 7 years ago

VitorX commented 7 years ago

index 10 of step 3 like below:

Configure Permissions for your application - in the Settings menu, choose the 'Required permissions' section, click on Add, then Select an API, and select 'Microsoft Graph' (this is the Graph API). Then, click on Select Permissions and select 'Access the directory as the signed-in user' and 'Sign in and read user profile'.

Actually, the code sample is using the Azure Graph instead of Microsoft Graph. It should select Windows Azure Active Directory instead of Microsoft Graph.