Closed AliBazzi closed 5 years ago
You can refer to https://azure.microsoft.com/en-us/documentation/samples/active-directory-dotnet-webapi-multitenant-windows-store/ - it shows how to implement a multitenant API. You just need to substitute the sample client (a store app) with a web app client. There are no changes on the API side.
As you mentioned, we just need to substitute the sample client (a store app) with a web app client. But in that case, do we need to sign up every tenant in web app as well as in web api?
Hi, Can you please give me that sample code? Multi-tenant web app to multi-tenant web api sample
This one has one example of calling a custom Api (https://github.com/Azure-Samples/active-directory-dotnet-daemon)
can the sample call real separate Api App that supports Multi-Tenancy, I am reading this example and comparing it with this example that cover Web App to Api Call, but single-tenant https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect I can't figure out how to configure a web app to consent to access multi-tenant Api, an Api that is Not Graph Api.