Azure bot cannot join teams meeting returns error code 7505 even though tenant is same

Mervyn Vaz 0 Reputation points
2025-12-02T04:22:32.94+00:00

My azure bot is unable to join a teams meeting, the api returns Graph returned 403 Forbidden: {"error":{"code":"7505","message":"Request authorization tenant mismatch."}. I have verified that TenantId in token matches the one in my code while joining the meeting and I have given the following permissions to my app

Calls.AccessMedia.All
Calls.Initiate.All
Calls.JoinGroupCall.All
Calls.JoinGroupCallAsGuest.All
CallTranscripts.Read.All
OnlineMeetingArtifact.Read.All
OnlineMeetings.Read.All

is any configuration missing?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.