importing or installing preconfigured Azure AD App registrations?

Copper Contributor

We have a simple , public Web solution that uses an Application ID to an AAD registered App with Graph API and other permissions on our tenant.  The public web side uses ADAL and GraphAPI ... so it's simple.  The registered app has a reply url back to our web host and bunch of other permission and manifest settings.

 

We'd like to service more than one Azure tenant with that web host.  So we want the web host to be dynamic and smart based on some stored tenant licensing database we manage with each tenant,  but each tenant requires the app registration. I know it can be done manually... 

 

What's the best way to get a tenant our app registration?  The Azure marketplace? manually? powershell, other?  I see no import feature.   Would it make sense to require this functionality?

1 Reply
Also wondering if any feature through https://apps.dev.microsoft.com registration?