Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Chand, Ayush (MTSL) ,
Thanks for reaching out in Microsoft Q&A forum,
We understand that you have created an Azure Web App in one Microsoft Entra tenant and would like to provide access to users from another tenant. However, the admin consent request is not reaching the Global Administrator in the external tenant.
For a cross-tenant scenario, the application must first be configured as a multitenant application. Please verify the following configuration:
- Go to Microsoft Entra ID > App registrations > your application > Authentication and confirm that Supported account types is set to: Accounts in any organizational directory (Multitenant)
- Under API permissions, verify that the required permissions are configured correctly. Please also confirm whether the application is requesting Delegated or Application permissions, as the required administrator role can depend on the permission type.
- In the external/customer tenant, the admin consent workflow must be enabled if you expect users to submit an approval request through the Request admin approval option. The request is sent to the reviewers configured in that tenant; it is not automatically guaranteed to be delivered specifically to the Global Administrator's email address.
- The external tenant administrator can also bypass the approval-request workflow and grant tenant-wide consent directly using the following URL:
https://login.microsoftonline.com/<TARGET-TENANT-ID>/adminconsent?client_id=<CLIENT-ID>
Where:
-
<TARGET-TENANT-ID>is the Microsoft Entra tenant ID of the external/customer tenant. -
<CLIENT-ID>is the Application (client) ID of your application.
After the external tenant administrator grants consent, an Enterprise Application/service principal for the application should be created in the external tenant. The administrator can then assign the required users or groups if access needs to be restricted.
If you would like to continue using the approval workflow instead, please ask the tenant administrator to verify:
- Users can request admin consent to apps they are unable to consent to is enabled.
- Appropriate reviewers are configured.
- The request is visible under Enterprise applications → Activity → Admin consent requests → My Pending.
- Email notifications for consent requests are enabled.
- The request has not expired.
Based on the current information, there is no indication of an Azure App Service platform issue. The behavior appears to be related to the Microsoft Entra application consent configuration in the external tenant.
As a next step, we recommend confirming the application's Supported account types, API permissions, and the external tenant's Admin consent workflow configuration. If possible, please also provide the exact error message/AADSTS error code received by the external user so that we can further narrow down the issue.
Official Microsoft documentation:
- Grant tenant-wide admin consent: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/grant-admin-consent
- Configure the admin consent workflow: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/configure-admin-consent-workflow
- Review admin consent requests: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/review-admin-consent-requests
- Troubleshoot consent issues: https://learn.microsoft.com/en-us/troubleshoot/entra/entra-id/app-integration/troubleshoot-consent-issues
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.