azure - 我可以将 Azure 应用程序类型从 "Web app/API"更改为 "Native"吗?

标签 azure azure-active-directory

我已将 Azure 应用程序配置为“Web 应用程序/API”类型,但想将其切换为“ native ”。根据https://blogs.msdn.microsoft.com/aaddevsup/2018/04/11/changing-an-existing-native-application-to-a-web-appapi-to-get-existing-keys/ ,相反的情况似乎也是可能的。它说我应该编辑 list 的“publicClient”字段,即“确定应用程序是 Web 应用程序/API 还是 native 应用程序的字段。如果为 true,则它是 native 应用程序,否则它是 Web 应用程序”。但是,在 Web UI 上编辑应用程序 list 和上传新编辑的 list 副本都将返回消息“无法更新应用程序 xxx。错误详细信息:GenericError”。

enter image description here 有没有办法做到这一点,或者我应该从头开始?

最佳答案

要解决此问题,在将 publicClient 设置为 true 之前,您需要将 "identifierUris": [xxxxxx] 设置为 list 中的 "identifierUris": [] ,然后就可以正常工作了。

关于azure - 我可以将 Azure 应用程序类型从 "Web app/API"更改为 "Native"吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54337499/

相关文章:

用于自动化 AAD 应用程序并分配委派权限的 PowerShell 脚本

Azure VM 公共(public)静态出站 IP

rest - 通过 REST API 列出 Azure 虚拟机

azure - 在 Azure 构建管道的整个阶段中保留对 defaultWorkingDirectory 的更改

Azure B2C 自定义策略身份验证应用程序 - totpIdentifier 问题

javascript - 使用 MSAL.js 进行单点登录?

azure - 如何撤消 kubectl 删除节点

azure-active-directory - Microsoft Store 集合 REST API,创建 Azure AD 访问 token 返回 404

html - 带有 HTML5 视频的 Azure AD

azure-active-directory - 访问 token 版本错误(预期为 V2,收到了 V1)