Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,044 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have registered an app in Azure with application permissions. When users log in to my app, when needed, I redirect them to the admin consent URL to grant permissions for Entra ID-related functions, following this tutorial. After Microsoft calls my service and provides the tenant ID, I use it to make Graph API calls.
I'm reviewing the documentation for Admin Consent, and I have a few questions:
Thanks in advance for your help!