Is the new OAuth 2 method for email supposed to expire/timeout? Everything had been working fine but I noticed yesterday that Ranger stopped pulling in email.
Errors from Ranger:
TCmtGenXauth2ConDll Pop3Exception
POP3 needs OAuth2 authentication token
(24)
and
Error Code Received from your Mail Server: SMTP needs OAuth2 authentication token (SmtpException TMailSenderXOauth2)
Sign-in logs from M365:
Application: Email Server Access for RangerMSP (CCRM
Failure reason:
The refresh token has expired due to inactivity. The token was issued on {issueDate} and was inactive for {time}.
Additional Details:
Expected part of the token lifecycle - the user went an extended period of time without using the application, so the token was expired when the app attempted to refresh it.
Errors from Ranger:
TCmtGenXauth2ConDll Pop3Exception
POP3 needs OAuth2 authentication token
(24)
and
Error Code Received from your Mail Server: SMTP needs OAuth2 authentication token (SmtpException TMailSenderXOauth2)
Sign-in logs from M365:
Application: Email Server Access for RangerMSP (CCRM
Failure reason:
The refresh token has expired due to inactivity. The token was issued on {issueDate} and was inactive for {time}.
Additional Details:
Expected part of the token lifecycle - the user went an extended period of time without using the application, so the token was expired when the app attempted to refresh it.
Comment