Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 938 Bytes

Azure_app_signup_step_by_step.md

File metadata and controls

48 lines (26 loc) · 938 Bytes
# Program: Accessing OneDrive via Graph API
# Author: Pranab Das (GitHub: @pranabdas)
# Version: 20191104

Azure App Signup step by step

  1. Go to https://portal.azure.com

01.PNG

  1. Navigate to Azure Active Directory

02.PNG

  1. Select App Registration

03.PNG

  1. Click New Registration

04.PNG

  1. Give a name to your app, set the redirect URL, and hit Registration button.

05.PNG

  1. Note down the client ID and go to API permissions.

06.PNG

  1. Click Add permissions, select Microsoft Graph.

07.PNG

  1. Choose Delegated permission.

08.PNG

  1. We will add Files.ReadWrite.All for our purpose.

09.PNG

  1. Now go to Authentication tab, and enable Access token. Click the save button, and now we are all set to go.

10.PNG