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 Chanakya,
Thanks for the help. We just found out that in this code below, we can filter out or add the tenant in the IssuerValidator.
https://github.com/Azure-Samples/active-directory-dotnet-webapp-multitenant-openidconnect
Thanks!
Anj 🙂