简体   繁体   English

将角色添加到 AppRegistration 并将用户分配给角色

[英]Add Roles to AppRegistration and Assign users to Roles

Currently, I'm trying to add an AppRole to my new AppRegistration in the Azure AD B2C resource accordingly to this documentation .目前,我正在尝试根据此文档在 Azure AD B2C 资源中将 AppRole 添加到我的新 AppRegistration 中。 Unfortunately, I am not able to see that option neither the one that allows me to assign users to roles.不幸的是,我看不到该选项,也看不到允许我将用户分配给角色的选项。 I had to add the appRole manually by modifying the manifest of the appRegistration but that's all I could do.我不得不通过修改 appRegistration 的清单来手动添加 appRole,但这就是我所能做的。

Does anyone have any idea?有人有什么主意吗? It looks for me that the documentation is not updated.在我看来,文档没有更新。

Azure AD Bc2

That documentation is for Azure AD, not B2C.该文档适用于 Azure AD,而不是 B2C。

One way to do something similar is via Graph API .做类似事情的一种方法是通过Graph API

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

相关问题 如何为 Azure Active Directory 中的用户分配角色 - How to assign roles to the users in Azure Active Directory 如何将 Keycloak 角色分配给 IDP 用户 - How to assign Keycloak Roles to IDP Users 使用 Powershell 将角色分配给多个用户和系统标识? - Assign Roles to multiple users and System Identity using Powershell? Azure AD:如何为其他租户的用户分配应用角色 - Azure AD: How assign App roles for users from another tenant 将用户/组和角色添加到Azure AD本机应用程序 - Add users/groups and roles to Azure AD native app 如何通过 Terraform 将虚拟机用户登录角色添加到用户列表中? - How to add Virtual Machine User Login roles to a list of users by Terraform? Microsoft Azure:添加用户并将其映射到数据库 + 添加数据库角色 - Microsoft Azure : Add users and map them to a database + add database roles Azure AD 将角色分配给组 - Azure AD Assign Roles to Group Azure Active Directory-添加具有多个代理/角色的用户 - Azure Active Directory - Add Users with multiple agencies/roles 创建 Azure 角色并将其分配给 Azure AD 用户自动使用 Azure Cli 到 Z531BDA184AD41B22A7533 脚本 - Create and assign Azure roles to Azure AD users automatically using Azure Cli though Powershell scripts
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM