Hi Alex,
It sounds like the issue is due to the OAuth token expiring. OAuth tokens need to be refreshed regularly to maintain the connection. Make sure your setup includes a mechanism to automatically refresh the token. You can also configure token lifetime policies in Azure AD to extend the lifespan of your tokens. This should help reduce the need for frequent re-authorization.
------------------------------
Martin Medina
------------------------------