简体   繁体   English

如何以管理员身份向Azure Active Directory中的应用程序的组授予权限?

[英]How to grant permissions as an admin to a group for an app in Azure Active Directory?

I am looking for a way, as an admin, to grant permissions to an internal app on my Azure Active Directory only for a specific set of user (a group), without having to prompt any consent. 我正在寻找一种方法,以管理员身份仅对特定的一组用户(组)授予对我的Azure Active Directory上的内部应用程序的权限,而无需征得任何同意。

I want this app to have access to Mail.Read scopes on Graph API for a specific group of users only. 我希望此应用有权访问Graph API上的Mail.Read范围,仅适用于特定的用户组。

I manage to give access for the whole organization. 我设法为整个组织提供访问权限。 (Clicking on the "grant permissions" button in the Azure Portal > Azure Active Directory > App Registration > MyApp > Settings > Permissions). (单击Azure门户> Azure Active Directory>应用程序注册> MyApp>设置>权限中的“授予权限”按钮)。 How to limit these rights to a specific group of users without having to prompt any individual consent ? 如何在无需征得任何个人同意的情况下将这些权利限制为特定的用户组?

How to limit these rights to a specific group of users without having to prompt any individual consent ? 如何在无需征得任何个人同意的情况下将这些权利限制为特定的用户组?

You could get it use RBAC in the portal. 您可以在门户网站中使用RBAC来获取它。

Navigate to your app(not in the App registrations ) in the portal -> Access control (IAM) -> Add, please follow the steps in this article . 在门户->访问控制(IAM)->添加中导航至您的应用(不在App注册中 ),请按照本文中的步骤进行操作。

For more details about RBAC , you could refer to this link : What is role-based access control (RBAC)? 有关RBAC的更多详细信息,您可以参考以下链接: 什么是基于角色的访问控制(RBAC)?

I want this app to have access to Mail.Read scopes on Graph API 我希望该应用有权访问Graph API上的Mail.Read范围

Go to your app in the App registrations , you could refer to the screenshot to choose the Read mail in all mailboxes option. 在“ 应用程序注册”中转到您的应用程序 ,您可以参考屏幕截图以选择“ Read mail in all mailboxes选项。 The option means access to Mail.Read , refer to this post . 该选项意味着可以访问Mail.Read ,请参阅此文章

在此处输入图片说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Azure Active Directory PowerShell V2“授予权限” - How to 'Grant Permissions' Using Azure Active Directory PowerShell V2 旧版 Azure AD 应用注册中的“授予权限”按钮与新体验中的“授予管理员同意”有何不同? - How is the "Grant permissions" button in legacy Azure AD app registration different from "Grant admin consent" in the new experience? 如何在新门户 Azure 中的 Azure Active Directory 中为自己授予权限? 缺少“授予权限”按钮 - How to give permissions to yourself in Azure Active Directory in New Portal Azure? Button “Grant Permission” is missing 如何在Azure Active Directory中启用隐式授予 - How to enable Implicit grant in Azure Active Directory .Net Core MVC 应用与 IdentityServer4,使用 Azure Active Directory 登录。 管理员同意和权限问题 - .Net Core MVC app with IdentityServer4, login with Azure Active Directory. Problem with admin consent and permissions 授予对 SQL DW(突触)中 Azure Active Directory 组的读取访问权限 - Grant Read access to Azure Active Directory Group in SQL DW (Synapse) 如何在 Azure 活动目录中组织或分组应用程序注册? - How to organize or group app registrations in Azure Active DIrectory? 如何使用Azure Active Directory V2同意Word Online Addin中的SharePoint委派权限? - How do I grant consent to SharePoint Delegated Permissions in Word Online Addin using Azure Active Directory V2? 如何在 Azure Active Directory 应用程序中获得权限? - How to get permissions in Azure Active Directory Application? Azure Active Directory - 以编程方式将组分配给应用程序 - Azure Active Directory - assign a group to an app programmatically
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM