I am going through the following example:
https://azure.microsoft.com/resources/samples/active-directory-dotnet-webapp-groupclaims/
To run the sample, I need Directory.Read.All permission on Microsoft Graph:
Configure Permissions for your application. To that extent, in the Settings menu, choose the 'Required permissions' section and then, click on Add, then Select an API, and type Microsoft Graph in the textbox. Then, click on Select Permissions and select Directory.Read.All.
Directory.Read.All needs Azure AD Admin consent.
My Azure AD Application does not have a web user interface.
What are my options to have our Azure AD admin provide consent without taking too much of his time?
Our Azure AD admin is a busy and expensive resource. It takes efforts to book his time and I am hoping that I can rehearse the consent process before I involve him.