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 there a way to automate this ? PowerShell ? Copy Settings ?
thank you
3 Replies
Copy the App manifest from the Azure Portal?
- engineererCopper 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- dwachtelCopper Contributor
engineerer
Thanks! it saved me hours of work.