简体   繁体   English

更改 Microsoft azure 身份颁发者

[英]Changing microsoft azure Identity issuer

I have two microsoft azure accounts one of which contains all of the users & groups.我有两个 Microsoft azure 帐户,其中一个包含所有用户和组。 I am really struggling to figure out how to move all of the users and groups to a different azure account so that the issuer name is changed to my custom domain name.我真的很难弄清楚如何将所有用户和组移动到不同的 azure 帐户,以便将发行者名称更改为我的自定义域名。

I want to migrate all users & groups to a different account that is under my custom domain name.我想将所有用户和组迁移到我的自定义域名下的另一个帐户。

Migration may not be possible between tenants with different domains but we can create bulk users from one tenant to the other tenant we want to add by following steps.具有不同域的租户之间可能无法迁移,但我们可以通过以下步骤从一个租户创建批量用户到我们要添加的另一个租户。

  • I created two tenants with domain ##myOrg1@onmicrosoft.com and ##myOrg2@onmicrosoft.com我创建了两个域为 ##myOrg1@onmicrosoft.com 和 ##myOrg2@onmicrosoft.com 的租户

在此处输入图像描述

  • In my org1 tenant i have users named user1 and user2在我的 org1 租户中,我有名为 user1 和 user2 的用户

在此处输入图像描述

  • In my org2 tenant I have user named myOrg2user在我的 org2 租户中,我有一个名为 myOrg2user 的用户

在此处输入图像描述

  • Go to create bulk users in new tenant ie; Go 在新租户中创建批量用户,即; Org2 to get the users template. Org2 获取用户模板。

批量创建

  • Download the template.下载模板。

在此处输入图像描述

  • You will get a template something like this, There remove column 3 which is just an example row.你会得到一个类似这样的模板,删除第 3 列,这只是一个示例行。

org2 csv 模板

  • Now go to Org1 tenant and get all users to be migrated to org2 tenant.现在 go 到 Org1 租户并让所有用户迁移到 org2 租户。

在此处输入图像描述

  • You will get all users in csv template something like below:您将获得 csv 模板中的所有用户,如下所示:

组织 1 csv 用户

  • Copy the UPN (USER PRINCIPAL NAME) and Display name and other required fields from org1 users you want to add from the org1 tenant (downloaded users) and And paste here in upn and display name fields of csv template downloaded from org2 and give some random password (valid).从要从 org1 租户(下载的用户)添加的 org1 用户复制 UPN(用户主体名称)和显示名称和其他必填字段,并粘贴到从 org2 下载的 csv 模板的 upn 和显示名称字段中,并随机提供一些密码(有效)。
  • Here you need to change the UPN in the domain name part which you needed for new tenant(Org2).在这里,您需要更改新租户 (Org2) 所需的域名部分中的 UPN。 Here you need to give the custom domain name of new tenant(Org2 ) ie myOrg2.onmicrosoft.com.这里需要给新租户(Org2)的自定义域名即myOrg2.onmicrosoft.com。
  • Don't forget the version.不要忘记版本。

复制 upn 和显示名称

NOTE :Please make sure to communicate to the users the change in the domain name UPN for new tenant or mail all users the change.注意:请确保将新租户的域名 UPN 更改通知用户,或将更改邮寄给所有用户。

  • Now you can go to AAD portal and submit this users csv in new tenant.现在您可以 go 到 AAD 门户并在新租户中提交此用户 csv。

在此处输入图像描述

  • Now if you refresh the page,you can see the users added with identity issuer having the new domain (present tenant).现在,如果您刷新页面,您可以看到添加了具有新域(当前租户)身份颁发者的用户。

输出

Reference: Migrate users between tenants -Microsoft Q&A参考: Migrate users between tenants -Microsoft Q&A

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

相关问题 Microsoft.AspNetCore.Identity 与 Azure ActiveDirectory - Microsoft.AspNetCore.Identity with Azure ActiveDirectory Azure Visual Studio 中的服务总线托管标识返回 401 - 令牌颁发者无效 - Azure Service Bus managed identity in Visual Studio returning 401 - Token issuer is invalid Azure AD B2C 和 Microsoft Identity Web - 使用多个策略登录 (.net Core 3.1) - Azure AD B2C & Microsoft Identity Web - Sign In with multiple policies (.net Core 3.1) 您如何使用 Microsoft Identity 和 Azure AD 处理身份验证和令牌刷新 - How do you handle authentication and token refresh with Microsoft Identity and Azure AD 将 com.microsoft.graph.requests.GraphServiceClient 与 azure 身份的客户端凭据提供程序一起使用时出现问题 - Issue while using com.microsoft.graph.requests.GraphServiceClient with Client credentials provider of azure identity Microsoft Identity Platform 多租户限制 - Microsoft Identity Platform Multitenant Restrictions SSL 证书问题:无法获取本地颁发者证书 AZURE DEVOPS - SSL certificate problem: unable to get local issuer certificate AZURE DEVOPS GCP 工作负载身份联合 Azure - GCP workload identity federation with Azure AWS 相当于 Azure 托管身份 - AWS Equivalent to Azure Managed Identity Microsoft Identity Web:更改重定向 URI - Microsoft Identity Web: Change Redirect Uri
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM