azure - 无法更新 Azure AD 应用程序的 list 文件中的identifierUris

标签 azure azure-active-directory

我正在尝试遵循此文档 https://learn.microsoft.com/en-us/windows/uwp/monetize/view-and-grant-products-from-a-service#step-1关于“通过服务管理产品权利”

我在 Azure AD(单租户应用程序)中创建了一个新应用程序,并且需要在 list 文件中使用以下内容设置“identifierUris”:

"identifierUris" : [                                
        "https://onestore.microsoft.com",
        "https://onestore.microsoft.com/b2b/keys/create/collections",
        "https://onestore.microsoft.com/b2b/keys/create/purchase"
    ],

每当我这样做时,我都会收到此错误消息:

Failed to update XXX application. Error detail: Application alias 'url' value is invalid. [Ja+Ze]

知道为什么我会收到此错误消息吗?我厌倦了更改一些应用程序设置,但到目前为止还没有成功

最佳答案

假设 onestore.microsoft.com 是一个示例自定义租户,您可以尝试使用 {yourtenantname}.onmicrosoft.com

关于azure - 无法更新 Azure AD 应用程序的 list 文件中的identifierUris,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63991446/

相关文章:

Azure PowerShell Set-AzKeyVaultAccessPolicy 命令设置数据工厂的访问策略

oauth-2.0 - 如何在没有用户交互的情况下使用 Azure Active Directory 保护公共(public) REST API

Azure AD SSO SingleLogoutService 在联合元数据中没有 POST 绑定(bind)

asp.net-mvc - MVC 应用程序重定向到 Microsoft 登录页面(对于 Azure AD),而不是自定义设计的登录页面

oauth-2.0 - 使用 oAuth 和 SAML 代表 Azure AD

c# - 如何使用 Microsoft Graph api 从 azure Active Directory 获取所有用户属性

对资源组强制执行命名约定的 Azure 策略没有效果

python - 从 'BlobServiceClient' 导入 'azure.storage.blob' 时出错

Windows 应用程序与适用于移动应用程序的 Azure 应用程序服务

asp.net-mvc - Windows Azure Multi-Tenancy