How to add b2c-extensions-app in Azure AD B2C

送分小仙女□ 提交于 2019-12-11 00:49:56

问题


I have created a few B2C directories using the classic Azure portal. Sometimes it adds the b2c-extensions-app but other times it does not. When I delete a directory, Azure seems to have a long memory which prevents me from trying to recreate it (with the same name).

Is there a way to manually add the b2c-extensions-app such that it shows up under "Applications my Company Owns" listing?


回答1:


The b2c-extensions-app is created automatically as part of creating an Azure AD B2C tenant. It should always be created. If you create a new tenant and this app is not present, you should open a support case so that the Azure AD B2C team can look into this.

Important note: The b2c-extensions-app is only visible in the App Registrations blade and not via the B2C Settings > Applications blade. See screenshots at the bottom.

More likely, someone accidentally deleted the application. If that's the case, there's two options:

  1. If the application was deleted less than 30 days ago, you can use the Azure AD Graph's /deletedApplications/{application_id}/restore api to bring it back.
  2. If it's been more than 30 days, there's no way to restore the application and you'll have to reach out to Azure support to get help on recreating and rewiring the application to your B2C tenant.

Notice that it's available in App registrations:

NOTE: Make sure you pick "All apps" from the App Registration drop-down.

But not in the B2C Applications:



来源:https://stackoverflow.com/questions/41526183/how-to-add-b2c-extensions-app-in-azure-ad-b2c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!