【问题标题】:Why the URL of Azure App service can't be used as the Application ID URI in Azure AD?为什么 Azure 应用服务的 URL 不能用作 Azure AD 中的应用程序 ID URI?
【发布时间】:2023-02-01 02:34:14
【问题描述】:

Azure 应用服务提供了一个格式为https://your-app-name.azurewebsites.net 的 URL

在 Azure 应用程序注册中公开 API 时,需要应用程序 ID URI。但是当我使用 azure 应用程序服务提供的 url 时,出现以下错误:

Values of identifierUris property must use a verified domain of 
the organisation or its subdomain: https://your-app-name.azurewebsites.net

应用服务提供的 URL 不是经过验证的域?我怎样才能验证它?

【问题讨论】:

    标签: azure-active-directory azure-web-app-service


    【解决方案1】:

    应用程序 ID URI 是一个标识符,在指定该应用程序中定义的范围时,可以使用它代替客户端 ID。

    它与身份验证重定向 URI 无关,它需要与您的应用程序托管相匹配。

    【讨论】:

      猜你喜欢
      • 2022-11-10
      • 1970-01-01
      • 2022-01-04
      • 1970-01-01
      • 2021-10-19
      • 2018-02-02
      • 1970-01-01
      • 2017-02-11
      • 1970-01-01
      相关资源
      最近更新 更多