简体   繁体   English

有什么方法可以在创建后更改 B2C 属性

[英]Is there any way to change B2C properties post creation

I created one B2C tenant following this tutorial https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant我按照本教程https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant创建了一个 B2C 租户

During creation, I entered details like Organization name as Contoso b2c by default.在创建过程中,我默认将组织名称等详细信息输入为Contoso b2c

Now I need to change these properties to different values.现在我需要将这些属性更改为不同的值。 In normal AAD, I used to do that in Properties but unable to perform same in B2C tenant.在普通 AAD 中,我曾经在Properties中执行此操作,但无法在 B2C 租户中执行相同操作。

All tabs that I can see in B2C tenant under Manage are我在管理下的 B2C 租户中可以看到的所有选项卡都是

  • App registrations应用程序注册
  • Applications (Legacy)应用程序(旧版)
  • Identity providers身份提供者
  • API connectors API 连接器
  • Company branding公司品牌
  • User attributes用户属性
  • Users用户
  • Roles and administrators角色和管理员

I cannot find Properties field in B2C tenant.我在 B2C 租户中找不到属性字段。

Is there any way to change B2C tenant properties from portal or rest api or powershell.有什么方法可以从门户或 rest api 或 powershell 更改 B2C 租户属性。

I tried checking most of the graph docs and found this我尝试检查大部分图形文档并发现了这个

https://learn.microsoft.com/en-us/graph/api/organization-update?view=graph-rest-1.0&tabs=http https://learn.microsoft.com/en-us/graph/api/organization-update?view=graph-rest-1.0&tabs=http

But this doesn't satisfy my requirement.但这不能满足我的要求。 Any help?有什么帮助吗?

TIA TIA

Please follow the below steps to change Azure AD B2C Organization Name.请按照以下步骤更改 Azure AD B2C 组织名称。

Sign in to portal.azure.com with the Global Administrator account of the B2C tenant.使用 B2C 租户的全局管理员帐户登录 portal.azure.com。 Make sure you are connected to the B2C tenant and not the primary Azure AD tenant.确保您已连接到 B2C 租户,而不是主要的 Azure AD 租户。

Navigate to Azure Active Directory > Properties, and under the Name textbox, use the new organization name.导航到 Azure Active Directory > 属性,然后在名称文本框下,使用新的组织名称。

Reference: https://learn.microsoft.com/en-us/answers/questions/649444/azure-ad-b2c-change-organization-name.html参考: https://learn.microsoft.com/en-us/answers/questions/649444/azure-ad-b2c-change-organization-name.html

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

相关问题 LastPasswordChanged AD B2C Rest API - LastPasswordChanged AD B2C Rest API 在 powershell 中创建密码重置用户流:Azure b2c? - Create password reset userflow in powershell: Azure b2c? 我有许多B2B和B2C Azure Active Directory实例。 如何为KeyVault分配一个? - I have many B2B and B2C Azure Active Directory instances. How do I assign one to KeyVault? 图形 API - Azure AD B2C - 抛出错误 - 未找到标识符的应用程序 - Graph API - Azure AD B2C - throws error - Application with identifier not found 使用 powershell 创建 Azure AD B2C 自定义策略和应用程序 - Create Azure AD B2C custom policies and applications using powershell 使用PowerShell在Azure B2C Active Directory中注册服务应用程序 - Registering a service application in an Azure B2C Active Directory using PowerShell PowerShell Azure AD B2C 身份体验框架策略密钥,其中名称和秘密是输入参数 - PowerShell Azure AD B2C Identity Experience Framework policy key where name & secret are input params 如何在Azure AD B2C租户中获取具有关联ID的错误日志? - How to get an error log in Azure AD B2C tenant with correlation ID? 使用 Powershell New-AzureADUser 创建 Azure AD B2C 本地帐户用户 - Create Azure AD B2C local account user with Powershell New-AzureADUser 如何从 Microsoft Graph 获取企业对消费者 (B2C) 租户的用户 - How to get users of Business to Consumer (B2C) tenant from Microsoft Graph
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM