【发布时间】: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