Hi!
I need some help and guidance with regard to integrating multi-tenant application to Azure. We have a custom application that we built for our customers and we wanted only a specific tenant can access the application. How can we restrict it that only the customers tenant can access the application?
We configure a non-gallery application apps in tenant A (customers tenant) and register our application in tenant B (our tenant) using the App Registration settings. But tenant C can access the application of tenant B, this is where I’m stuck.
Hoping for your help.
Best Regards,
Anj
Hi Anj,
Did you try the tenant restrictions options? Check out the link here.
https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/tenant-restrictions
If you will be distributing the app to multiple tenants, then I would strongly recommend building a licensing module within you application.