REST API to grant Permission to Azure Active Directory Application

cloud partner 1 Reputation point
2020-03-11T07:54:15.363+00:00

We want to grant API Permissions to Application created in Azure Active Directory using REST API.
Did Azure had provision for the same.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,454 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 95,181 Reputation points MVP
    2020-03-11T08:09:05.967+00:00

    Depends on what exactly you mean. Take a look at the /application endpoints for the Graph API: https://learn.microsoft.com/en-us/graph/api/resources/application?view=graph-rest-1.0


  2. Anchal Madankar 1 Reputation point
    2020-03-18T11:33:03.383+00:00

    Hello Team,

    We want to know the approach for azure login without browser interaction and without providing the credentials.
    for that, We got the Azure CLI command i.e
    az login --service-principal -u -p --tenant

    We are successfully login But, When we execute the below command i.e.

    az ad app permission list --id

    We got the error : Insufficient Privileges to complete the operations.

    It will be very helpful if you provides the API and SDK for the same if available.

    Kindly help us as soon as possible.

    4871-app-permission.png