About permissions for the microsoft graph API

ooumi77 126 Reputation points
2022-06-04T02:00:54.393+00:00

When I select "Allow an application" in the permissions of the microsoft graph API and add an API, the message "Not granted to XXX" is displayed. Does this mean that you can't use it even if you add it? And what should I do to be able to use it?

Microsoft Graph Permissions API
No comments
{count} votes

Accepted answer
  1. Vasil Michev 66,956 Reputation points MVP
    2022-06-04T06:15:52.47+00:00

    You will need to grant consent first. When you add an API/permission to the application object, you're basically describing what permissions your app will need in order to work correctly. To actually grant the permissions, a consent request needs to be performed. If the application is for internal consumption (your own tenant), you can grant consent directly form the same page, by hitting the "Grant admin consent for XXX" button. Do note that in most cases, you will need to have admin permissions to do so.
    If the application is going to be used by other organizations (multi-tenant app), then each org will have to go over the consent process, which is presented during the initial login/adding the application. Depending on the permissions requested, an admin consent might be required. For some permissions user might be able to grant the consent themselves. For a tenant-wide consent, an option is presented during this process (requires admin permissions). For more details, read here: https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent#consent-types

0 additional answers

Sort by: Oldest