I can't delete a native App Registration in Azure AD portal

后端 未结 6 2014
北恋
北恋 2021-02-05 08:22

I just want to delete an AD app registration that I create for testing purpose. I can\'t delete it because the delete button is grayed out. Before I deleted another not used app

6条回答
  •  佛祖请我去吃肉
    2021-02-05 08:41

    I am able to delete web api app by changing manifest

    To delete the native application, open the manifest editor and set below field to false

    availableToOtherTenants=false

提交回复
热议问题