Copy Azure AD application

Steel Contributor

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?

Yes, 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

@engineerer 
Thanks! it saved me hours of work.