gpt4 book ai didi

azure - 如何使用 Azure CLI 访问 AAD B2C 租户

转载 作者:行者123 更新时间:2023-12-04 15:59:36 25 4
gpt4 key购买 nike

我需要获取我有权访问的 AAD B2C 租户中的用户详细信息:

az ad user show --id 0cbb4fd6-7091-44fb-ab5e-d2bd9c366f59

这无法找到该用户,因为我已登录到我的组织常规 AAD 租户。 B2C 租户没有订阅,它们链接到主租户,这意味着我不能这样做

az login -t myb2ctenant.onmicrosoft.com

在门户中工作不太方便,我想在 CLI 中执行例程。我怎样才能做到这一点?

最佳答案

AZ CLI 上有一个选项可以在没有订阅的情况下访问租户。将命令更改为:

az login -t myb2ctenant.onmicrosoft.com --allow-no-subscriptions

来自 az login -h 的说明:

Support access tenants without subscriptions. It's uncommon but useful to run tenant level commands, such as 'az ad'.

关于azure - 如何使用 Azure CLI 访问 AAD B2C 租户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61650355/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com