简体   繁体   English

Azure Active Directory 组/角色

[英]Azure Active Directory Groups/Roles

I am trying to figure out how to create a windows azure active directory group and/or role from the web portal.我试图弄清楚如何从 Web 门户创建 Windows azure Active Directory 组和/或角色。 Am I missing something obvious here or?我在这里遗漏了什么明显的东西吗? I can create users, and assign them to the 2 built in roles, but how do I create a new role?我可以创建用户,并将他们分配给 2 个内置角色,但如何创建新角色? or group?还是团体?

Admittedly I haven't tried this yet, but the PowerShell extensions should be able to do this: 不可否认,我还没有尝试过,但PowerShell扩展应该能够做到这一点:

http://technet.microsoft.com/en-us/library/jj151815.aspx http://technet.microsoft.com/en-us/library/jj151815.aspx

Look under "Manage group and role membership" for details on the relevant commands. 查看“管理组和角色成员资格”下的相关命令的详细信息。

I would also assume that the Graph API could handle it. 我还假设Graph API可以处理它。 I too was hoping that the Azure Management Portal would let us do it in their GUI. 我也希望Azure管理门户允许我们在他们的GUI中进行操作。

Seems the way to add groups, etc is via the graph api or as suggested above by PS scripts. 似乎添加组等的方式是通过图形api或PS脚本如上所述。 The graph api is amazingly powerful, albeit not as convenient as if this funcitonality lived within the Azure portal. 图api非常强大,虽然不像在Azure门户中存在这种功能那样方便。

Basically you have 2 options:基本上你有2个选择:

  1. create app roles and assign security groups to them (AAD Premium is required)创建应用角色并为其分配安全组(需要 AAD 高级版)
  2. enable security groups as claims (AAD Free is enough)启用安全组作为声明(AAD Free 就足够了)

Follow this official manual: https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps请遵循本官方手册: https : //docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM