Hi,
I am trying to grant Graph API permission to managed identity. I am following the below article to grant permissions.
https://techcommunity.microsoft.com/blog/integrationsonazureblog/grant-graph-api-permission-to-azure-automation-system-assigned-managed-identity/4278846
I understand it is a limitation to grant permission directly through Azure portal.
I ran the script from the above article, It was executed with the below warning as:
"WARNING: App roles found:
Exception:
Line |
4 | throw "Some App Roles are not found on Graph API service principa …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Some App Roles are not found on Graph API service principal"
However, I refreshed the permissions page in the enterprise application and there are no privileges listed.
I need to fix this to execute a runbook in Automation account.
Error in the runbook is as below:
"+ Connecting to Graph (Managed Identity) [Authorization_RequestDenied] : Insufficient privileges to complete the operation. "
Please advise.
Regards,
Chinmayi bose