Hi Sam Saldarriaga,
What you are seeing is a known issue that can occur when User-initiated Admin Consent becomes out of sync with the Admin Consent Workflow service in Entra ID. In this state, users receive the “Request pending” message, but the request never surfaces in the Admin Center, and no email notifications are triggered for either administrators or requestors. The good news is that the underlying problem is usually a configuration or workflow registration issue rather than anything wrong with the application itself.
First, please verify under Entra ID > Identity Governance > Admin consent workflow that the feature is explicitly Enabled, and that at least one role with Global Admin or Cloud Application Administrator permissions is listed as an approver. Even if workflow appears enabled, toggle it Off > Save > On > Save. This forces Entra to re-register the backend workflow, which often makes the pending requests appear instantly.
Next, run the following check using the Azure portal > Entra ID > Audit Logs and search for event category “Consent request” or status “PendingAdminApproval”. If the request appears in audit logs but not in the Admin Center UI, it confirms that the workflow container is active but the admin portal is not rendering the queue properly. In that case, the reliable workaround is to approve the request via the direct URL: https://portal.azure.com/#view/Microsoft_AAD_IAM/AdminConsentRequestsBlade/~/PendingRequests which surfaces hidden items that sometimes do not appear in the main navigation.
If the request does not appear in audit logs at all, the issue is typically caused by the application requesting offline_access or high-privilege scopes that require direct admin consent, not workflow-based approval. In that scenario, a Global Admin can bypass the workflow entirely by navigating to: https://login.microsoftonline.com/<tenantID>/v2.0/adminconsent?client_id=<appID> and granting tenant-wide consent manually.
Please try the steps above and let me know what you see. I’m happy to guide you further based on the results. And if this helps move the issue forward, please click “Accept Answer” so others can benefit from it as well 😊.
Jason.