Forum Discussion

StefanFried's avatar
StefanFried
Iron Contributor
Mar 14, 2018

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

    • engineerer's avatar
      engineerer
      Copper Contributor
      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

Resources