Multi-Tenant App Registration in Azure AD
In this blog, we’ll cover how to configure an Azure App Registration as Multi-Tenant in Azure Active Directory (Azure AD). This is useful when your application is registered in one tenant but needs to authenticate or access resources from another tenant. By the end of this article, you’ll know how to register your app, grant …