【发布时间】:2019-07-17 11:42:22
【问题描述】:
我在 Azure AD B2C 应用程序的 API 访问下删除了“访问用户的配置文件”(可以访问“openid”和“offline_access”权限),现在我找不到恢复它的方法。我无法删除该应用并创建一个新应用。
Microsoft 的文档指定它们是默认授予的,可以删除,但没有提及如何恢复它们:
By default, applications are granted the ability to access the user's profile via the "openid” permission, and generate refresh tokens via the "offline_access" permission. These can be removed if you do not want your client application to have this functionality.
我怎样才能恢复这个?
【问题讨论】:
-
基于这个github问题:github.com/MicrosoftDocs/azure-docs/issues/35323,无法恢复默认的api访问设置。微软的支持票可能会有所帮助。 @wise.potato,如果您创建了问题,您可以参考此票写一个简短的答案,以便其他有相同问题的用户更快地找到答案。
-
谢谢,我刚刚发布了答案。
标签: azure azure-ad-b2c identity-experience-framework