Azure 工业物联网平台 Web 应用需要访问组织中只有管理员才能授予的资源的权限

Azure Industrial IoT Platform web app needs permission to access resources in your organization that only an admin can grant

我正在尝试使用 deploy.ps1 部署平台,它似乎可以工作,但我无法登录到工程工具 Web 应用程序。我收到以下消息:

my-test-iiot needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.

我该怎么办?

该问题与 Azure Active Directory 中需要进行身份验证的应用程序注册有关。基本上我们推荐三种不同的选择:

  1. 联系您的 IT 或 AAD-Admin 并请求获得管理员对您的应用程序的同意。这将允许您的应用程序使用企业 AAD 进行身份验证。
  2. 我们提供了一个名为 aad-register.ps1 的脚本,AAD-Admin 可以执行该脚本来创建必要的应用程序注册并自动授予许可。
  3. 创建您自己的 AAD 或 AAD B2C,这将为您提供必要的权限,并且是 PoC 或测试环境的最快解决方案。

有关详细信息,请参阅 Deploying Azure Industrial IoT Platform and dependencies