-
Couldn't load subscription status.
- Fork 11
Grant permissions to the Connect application in Azure
-
Sign in to the Azure portal.
-
On the top bar, click on your account and under the Directory list, choose the Active Directory tenant where you wish to register your application.
-
Click on More Services in the left hand nav, and choose Azure Active Directory.
-
Click on App registrations and choose Add.
-
Enter a friendly name for the application, select Native as the Application Type. For the Redirect URI, enter https://localhost. Click on Create to create the application.
-
While still in the Azure portal, choose your application, click on Settings and choose Properties.
-
Find the Application ID value and copy it to the clipboard. This is the client ID value we'll add to the project later.
-
Configure Permissions for your application - in the Settings menu, choose the Required permissions section, click on Add, then Select an API, and type "Microsoft Graph" in the text box. Then, click on Select Permissions and select:
- Send mail as user
- Sign in and read user profile
-
Click Select.