Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Grant permissions to the Image Discovery application in Azure

Brendan Mitchell edited this page Sep 22, 2016 · 3 revisions
  1. Sign in to the Azure portal.

  2. 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.

  3. Click on More Services in the left hand nav, and choose Azure Active Directory.

  4. Click on App registrations and choose Add.

  5. 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.

  6. While still in the Azure portal, choose your application, click on Settings and choose Properties.

  7. Find the Application ID value and copy it to the clipboard. This is the client ID value we'll add to the project later.

  8. 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:

    • Have full access to user files and files shared with user
    • Send mail as user
  9. Click Select.

Clone this wiki locally