Entra ID node reconnection issues

Describe the problem/error/question

Hi, I’m using the Microsoft Entra ID node in n8n. Even though I include offline_access in the scopes, the credential only seems to store an access token (1 hour) and not a refresh token. This forces me to reconnect manually every time the token expires. Is this expected behavior for the Entra ID node, or should the node be able to automatically use a refresh token to keep the connection alive?

Information on your n8n setup

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

@Jesper_Lofgren The work around for this problem is simple, just use the HTTP node and just manually add the info.

Hello, thanks for the quick answer.

I am aware of the HTTP solution, but what is the point of using the Entra ID at all then? Except for single useage as a production ready solution could never?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.