Mailbox troubleshooting · Practical guide
Microsoft refresh token revoked: restore the grant without losing recovery context
Handle a rejected refresh grant as an authorization incident and review missed mail before resuming sending.
Reviewed · Examples are illustrative
Who this helps: Mailbox owners and administrators validating sending and reply access.
Define the decision
Access tokens expire normally, while refresh authorization can also become invalid or be revoked. A background job cannot repair every such event silently. The specific identity-platform response determines whether interactive authorization is required.
Work through the procedure
- Preserve the sanitized token-refresh error and affected time window.
- Check for intentional access revocation or administrator policy changes.
- Reconnect the intended mailbox through the approved Microsoft flow.
- Test sending and receiving, then inspect missed replies and queued campaign work.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Previously connected mailbox
Refresh request now rejected
Approved action: interactive reauthorization of the same account
Recovery gate: controlled send-and-reply succeeds and pending work has been reviewedRead the result
The reconnection should not erase the incident history. Some replies may have arrived during the outage, and uncertain sending attempts need their own evidence before a retry.
Check before moving on
- Confirm the account and tenant after reauthorization.
- Keep refresh tokens out of diagnostic logs and screenshots.
Limits and next action
If revocation was intentional, obtain the account owner’s approved recovery decision through the organization’s process. Token lifetimes are not a reliable promise of uninterrupted access.
Source references
Worked examples are illustrative. Editorial procedures are suggested methods, not measured performance claims or promises of additional product features. Check current provider guidance before changing mailbox configuration.
Related guides
- Connect Microsoft 365 to Zintara with a complete send-and-reply test →
- Microsoft SMTP AUTH disabled: inspect the effective mailbox policy →
- Microsoft IMAP access disabled: diagnose the receiving protocol →