az ad app权限添加-权限不足,无法完成操作 [英] az ad app permission add - Insufficient privileges to complete the operation

查看:80
本文介绍了az ad app权限添加-权限不足,无法完成操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到 ERROR:权限不足,无法完成操作.运行 az ad app权限添加

我需要什么权限才能授予我的服务主体才能正常工作?

What permission do I need to grant my service principal for this to work?

我给了它AppRoleAssignment.ReadWrite.All权限,内容是:

I gave it the AppRoleAssignment.ReadWrite.All permission which says:

允许应用程序代表登录用户管理对任何API(包括Microsoft Graph)的应用程序权限的许可授予以及对任何应用程序的应用程序分配.

Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on behalf of the signed-in user.

更新:我还给了它Application.ReadWrite.All,但仍然收到错误消息.

Update: I also gave it Application.ReadWrite.All, but still getting the error.

推荐答案

我还给了它Application.ReadWrite.All,但仍然出现错误.

I also gave it Application.ReadWrite.All, but still getting the error.

Application.ReadWrite.All 应用程序权限就足够了.我想您在 Microsoft Graph 中授予了 Application.ReadWrite.All 权限,它将无法正常工作.您需要在 Azure AD Graph 中使用 Application.ReadWrite.All ,然后它将起作用.

The Application.ReadWrite.All Application permission is enough. I suppose you gave the Application.ReadWrite.All permission in Microsoft Graph, it will not work. You need to use the Application.ReadWrite.All in Azure AD Graph, then it will work.

授予权限后,稍等片刻,运行命令,返回警告,刷新门户,您会发现已添加API权限.

After giving the permission, wait for a while, run the command, it returns a warning, refresh the portal, you will find the API permission was added.

这篇关于az ad app权限添加-权限不足,无法完成操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆