
Announcements
Hi, I have created a custom connector to Xero using the standard authorisation flow described in their documentation. I use this connector in a PowerAutomate to create contacts. The flow gets called from a powerapp. When user opens the app, they get challenged for their third-party account credentials. Without the offline access scope, they get a 30 min token. Once this expires there is no token refresh. When the user launches the app again, they dont get asked for new credentials and they are denied access. Which is fair as the token has expired. So I added the offline scope. This seems to allow the user to open the app and run the code many times. My question is what will happen at 60 days when the refresh token expires? Does anyone have any experience of this?