We want to grant API Permissions to Application created in Azure Active Directory using REST API.
Did Azure had provision for the same.
We want to grant API Permissions to Application created in Azure Active Directory using REST API.
Did Azure had provision for the same.
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.
Depends on what exactly you mean. Take a look at the /application endpoints for the Graph API: https://docs.microsoft.com/en-us/graph/api/resources/application?view=graph-rest-1.0
Thank You for quick response.
We want to grant the API permission (Windows Azure Service Management API) to Application created in Azure Active Directory. From the console its possible but we want to use Rest APIs for the same.
Please check the attached images for more details.
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.
@AnchalMadankar-0136 I have replied to your post here: https://docs.microsoft.com/answers/questions/15103/issues-regarding-to-the-azure-app-permission.html
16 people are following this question.