-
Notifications
You must be signed in to change notification settings - Fork 27
Description
After reading the the Implement sign-in section on:
https://docs.microsoft.com/en-us/graph/tutorials/javascript?tutorial-step=3
I clicked 'Sign in' and there was a popup window with several permissions requested.
This threw me off a bit because it was not documented on the tutorial page.
So i think it would be good if it was documented on that page, with a description of what each permission meant and which options should be selected (in the popup window).
Additionally, I remembered I had seen a section in a video tutorial about granting 'Admin consent' in the API Permissions section of the App Registrations area that removed the need for users to have to provide consent:
Video: https://youtu.be/93j0MmRruFo?t=230
Relevant Section: 3:50
Video Title: Getting Started with Microsoft Graph and Application Registration
Embedded on: https://docs.microsoft.com/en-us/graph/auth-register-app-v2
So I did that step, refreshed the page and clicked 'Sign In' and still got the 'Permissions requested' popup.
Is that expected behaviour?
Thank You.