Reputation: 2206
I am trying to provide permissions to user in Azure portal in App Registration process but while providing permissions for active directory Getting below error message.
{"errorCode":"Authorization_RequestDenied","localizedErrorDetails":
{"errorDetail":"PowerBITANMYAPP is requesting permissions, which you are
not authorized to grant. Contact your administrator, who can grant permissions to this
application on your behalf."},"operationResults":null,"timeStampUtc":"2018-05-25T13:59:07.7155381Z",
"clientRequestId":"c04dc78d-3127-4ff6-aae9-c59bdb5e4009","internalTransactionId":"71c3755c-0348-4ff7-8155-3d6b2b9c2fd2","
upn":
"[email protected]","tenantId":"***,"userObjectId":null}
Any help would be appreciated
Upvotes: 1
Views: 790
Reputation: 3876
You need to grant permissions to your registered application using Azure portal as follows. Login to azure portal and go to the Azure Active Directory > App registrations > Click on your application > Settings > Required permissions > Grant permissions.
Upvotes: 1
Reputation: 1391
Like @juunas said, There are some permissions which only a tenant admin can grant. You can see those indicating a green checkmark under the 'Requires Admin' column in the permission selection page in Azure.
Upvotes: 1