Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Grant permissions to the Snippets application in Azure

Joe Martella edited this page Nov 18, 2015 · 2 revisions
  1. In the Azure Management Portal, select the Active Directory tab and an Office 365 tenant.
  2. Select the Applications tab and click the application that you want to configure.
  3. In the permissions to other applications section, add the Microsoft Graph API application.
  4. For the Microsoft Graph API application add the following permissions:
    • Read sign-in user's files
    • Read and write sign-in user's calendars
    • Send mail as signed-in user
    • Read signed-in user's mail
    • Read and write directory data
    • Read all users' full profiles
    • Read and write signed-in user's profile
    • Read signed-in user's contacts
    • Access directory as the signed-in user.
  5. Save the changes.
Clone this wiki locally