Join our Newsletter — 33% off our NHI Course

Tenant Allow List

A tenant allow list is the set of Microsoft 365 tenants explicitly permitted to use a relay or sending path. It is a control boundary, not just a convenience setting. When the list is absent or too broad, untrusted tenants can be accepted by default and used for unauthorized message relay.

Expanded Definition

A tenant allow list is a control that defines which Microsoft 365 tenants are permitted to use a relay or sending path. It sits at the trust boundary, so the question is not whether the feature is “enabled”, but which tenants are explicitly accepted.

In practice, this is a boundary-setting mechanism for cross-tenant message flow. A tight allow list constrains who can reach the relay, while an overly broad list creates an implicit trust model that can be abused for unauthorized relay or message delivery. That makes the term more operational than its name suggests: it is about authorization, not convenience.

Usage in the industry is usually straightforward, but the common misunderstanding is treating an allow list as a harmless routing preference. For this subject, the list is part of the security model because it determines which external tenants are treated as trusted senders.

For practitioners comparing this to other access controls, the useful boundary is simple: the list governs tenant-level acceptance, not message content inspection or user mailbox permissions. Those are separate controls with different failure modes.

Examples and Use Cases

Tenant allow lists usually appear where an organisation needs to receive or relay mail from known partner tenants without opening the path to everyone.

  • A Microsoft 365 mail relay accepts only a small set of partner tenants used for business-to-business message flow.
  • A hosted service permits messages from a parent tenant and a few subsidiaries, while rejecting all other tenants by default.
  • A migration or coexistence setup temporarily allows specific tenants during a staged mailbox or domain transition.
  • A security team narrows the list after discovering that a broad rule was unintentionally permitting untrusted tenant traffic.
  • A managed service provider maintains separate allow lists for different customers so one customer’s trust decisions do not bleed into another’s relay path.

The tradeoff is straightforward: broader lists reduce onboarding friction, but they also expand the blast radius of any tenant that should not have been trusted. In tenant-to-tenant messaging paths, convenience and control tend to move in opposite directions.

Security Implications

When a tenant allow list is too broad, missing, or poorly maintained, the relay path can become a trust bypass. Untrusted tenants may be accepted by default, which turns a routing control into an authorization gap.

That can lead to unauthorized message relay, abuse of a trusted sending path, and weaker tenant isolation. In operational terms, the symptom is often “messages are being accepted when they should have been blocked”, which is a sign that the boundary is doing more than the operator intended.

Misconfiguration also creates governance risk because ownership of the list is easy to overlook. If no one is responsible for reviews, tenant relationships accumulate over time and stale entries remain in place long after the original business need has ended.

For a boundary control like this, the practitioner concern is not just whether mail flows. The key question is whether every permitted tenant still has a current, justified reason to be there.

Security, Operational and Governance Implications

A tenant allow list matters because it expresses policy as an explicit trust decision. That makes it relevant to access control, third-party governance, and change management, especially in environments where tenant relationships are fluid and business pressure encourages exceptions.

In a mature Microsoft 365 posture, the allow list should be treated like any other privileged exception list: limited scope, clear ownership, and periodic review. Weak governance here can quietly widen the organisation’s exposure even when the rest of the mail stack appears well managed.

For a broader control lens, this is the kind of boundary that aligns with NIST SP 800-53 Rev 5 Security and Privacy Controls because it combines access enforcement, configuration discipline, and auditability in one decision point.

Where organisations manage many external tenants, the practical challenge is not creating the list once, but preventing drift. The control only works if administrators can explain why each tenant remains trusted and can remove it when that trust no longer exists.

Risk and Threat Considerations

Tenant allow lists are attractive to attackers because they can turn a trusted relay path into a message-delivery foothold. If an approved tenant is compromised, or if the allow list is overly permissive, the attacker may inherit the trust granted to that tenant.

Failure mechanism: The control fails when tenant-level acceptance is broader than intended, stale entries remain active, or a trusted tenant is abused after compromise. In that state, the relay path accepts traffic that should have been rejected, and the trust boundary no longer meaningfully separates approved from unapproved senders.

Impact: Attackers can relay unauthorized messages, extend phishing or fraud campaigns through a trusted channel, and create difficult-to-detect abuse inside a seemingly legitimate Microsoft 365 communication path.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC — Identity Management, Authentication and Access Control Tenant allow lists enforce which external tenants are permitted to use a relay path.
GV.OC — Organizational Context Approved tenants reflect business trust decisions that need ownership and policy clarity.
DE.CM — Continuous Monitoring Monitoring helps detect unauthorized relay attempts against the allow-listed path.
Recommendation — Restrict accepted tenants to approved parties and review the list as an access boundary. Assign ownership for tenant approvals and define review cadence for trust exceptions. Monitor relay accept/reject activity for unexpected tenant use and policy drift.
CIS Controls v8 6 — Access Control Management Tenant allow lists are a practical access control for external tenant authorization.
Recommendation — Limit relay access to approved tenants and remove stale entries promptly.