Tag Archives: azuread

Insufficient privileges to complete the operation using Azure Application

Error:
When you use APPID and Secret for and azure AD, it is giving an error as follows,

{
“error”: {
“code”: “Authorization_RequestDenied”,
“message”: “Insufficient privileges to complete the operation.”,
“innerError”: {
“request-id”: “bcd913f3-8f4b-4e50-b83c-41b5f7149a24”,
“date”: “2019-05-03T09:15:36”
}
}
}


Noticed … Continue Reading