Forum Discussion
StefanFried
Mar 14, 2018Iron Contributor
Copy Azure AD application
i have configured an Azure AD Application with different API Access configuration.
Now I would need to create/register 1-n additional Azure AD applications with the same settings.
Is ther...
VasilMichev
Mar 14, 2018MVP
Copy the App manifest from the Azure Portal?
- engineererApr 29, 2021Copper ContributorYes, definitely possible.
1. Create a new App registration appreg2
2. Copy manifest of appreg1 to appreg2
3. Replace all IDs from appreg1 manifest with the appId and objectId of appreg2- dwachtelAug 30, 2021Copper Contributor
engineerer
Thanks! it saved me hours of work.