I am trying to configure credentials to access MS Excel. I am using app-only access token, the Microsoft Entra ID credentials are setup and working fine, as I’ve tested it calling Graph API directly with it using their Postman collection.
What I am struggling with is that for this kind of authentication there is no need for a callback URL, and it seems all the available options for MS OAuth authentication credentials require a callback URL, which leads me to think this is not a supported scenario in n8n?
This solution works, but for a direct usage of the Graph API using HTTP requests. I was looking for a way to create a Credential suitable to use with a Microsoft Excel 365 node on my workflow.
I think that’s correct. The Microsoft Excel 365 node has no way to specify the context resource/user for the Excel document within the tenant, so it requires a connected user on the credential to provide that context.