Mailbox troubleshooting · Practical guide
Microsoft OAuth consent required: give the administrator the exact app context
Resolve a consent requirement using the intended tenant, application identity and requested mail permissions.
Reviewed · Examples are illustrative
Who this helps: Mailbox owners and administrators validating sending and reply access.
Define the decision
A user may be allowed to sign in but unable to grant the permissions an application needs. The error can also arise from selecting the wrong tenant or account. Capture the context before changing the app registration.
Work through the procedure
- Confirm the intended organizational account and tenant.
- Record the application identity and sanitized consent error.
- Provide the administrator with the requested SMTP and IMAP workflow.
- Complete the approved consent process and retest both submission and reply access.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
User can authenticate
Application requests mail protocol access
Tenant requires administrator consent
Review package: exact client identity, intended mailbox, requested permissions and business purposeRead the result
Consent permits an authorization relationship; it does not guarantee that mailbox protocols are enabled. If the next error occurs during SMTP or IMAP, diagnose that stage separately.
Check before moving on
- Do not paste authorization codes or tokens into the request.
- Verify the returned mailbox identity after approval.
Limits and next action
Use the organization’s consent process rather than asking a user to approve an unfamiliar client. The reviewed connector uses SMTP and IMAP, not arbitrary Graph permissions.
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 →