
I'm building a Power Automate flow using the "HTTP With Microsoft Entra ID" connector (Invoke an HTTP request) to call Microsoft Graph (/me/onlineMeetings and /me/onlineMeetings/{id}/transcripts) on behalf of the signed-in user.
When creating the connection, I get: "Failed to create OAuth connection: Consent Required: To enable the HTTP With Microsoft Entra ID connector to access resources on behalf of a signed-in user, grant consent to this application."
My tenant admin is willing to grant admin consent, but we can't identify which app registration / enterprise application in Entra ID this connector authenticates as, so we can locate it and consent to the delegated scopes OnlineMeetings.Read, OnlineMeetingTranscript.Read.All, and others.
Question: What is the exact Application (client) ID or name of the first-party Microsoft app behind the "HTTP With Microsoft Entra ID" connector, so our admin can find it under Enterprise Applications and grant consent?