Describe the problem/error/question
-
I have setup a OAuth2 credentials to connect to Power BI service
-
I have created and provided the necessary permission to a registered app in Azure AD
-
When creating the OAuth2 credential, I have provided the necessary scope for connecting to Power BI and included access_type=offline in the Auth URI Query Parameter
-
Once the credentials are initially connected, the workflow works fine
-
However, once the token expires, the token does not refresh
What is the error message (if any)?
-
403 - "{\"error\":{\"code\":\"TokenExpired\",\"message\":\"Access token has expired, resubmit with a new access token\"}}"
Please share your workflow
Double-click a node to see its settings, or paste this workflow’s code into n8n to import it
Credential setup
Information on your n8n setup
-
n8n version: Version 2.2.4
-
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
-
Operating system: MacOS

