Microsoft Teams & OneDrive Node - Unable to connect Account (Enterprise Tenant)

Describe the problem/error/question

I have configured all the required permissions in Microsoft Entra as specified in the n8n credentials for the Microsoft Teams Trigger node:


Despite this, I am unable to connect the account.

I’m running n8n locally via npm. The application is registered in MS. For comparison, other nodes like SharePoint work without issues. In general the application and the technical user works IMHO.

Additionally, it appears that the permission Subscription.ReadWrite.All does not exist in Microsoft Graph. This is confirmed in the official Microsoft documentation: Microsoft Graph permissions reference.

Find output after trying to connect “Connect my account” below.

Besides the Teams Credentials I’m also struggling with the same issue in the “Microsoft Drive account” credentials. Which permissions must be enabled in Entra ID? I can’t find any hint or documentation from n8n side.

Looking forward to get some input how to connect the MS nodes in n8n in enterprise context.

What is the error message (if any)?

Please share your workflow

Credentials Only, no workflow yet developed

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.120.1
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Linux (Ubuntu)