Tag Archives: consent
Using multi-tenant AAD delegated APIs from different tenants
January 30, 2023 · by damienbod · in .NET, .NET Core, ASP.NET Core, Azure, Microsoft Entra ID · 3 Comments
This post looks at implementing and using Azure AD multiple tenant applications from different tenants. A service principal needs to be created for the tenant using the multi-tenant API and consent needs to be given for the API scope. The API will accept tokens from different issuers which need to be validated. It is important […]
