Tenancy and provider hierarchy
A provider organisation manages a fleet of client tenants with delegated onboarding, audited
impersonation for support, and an opt-in approval gate that must be satisfied before a provider acts
inside a managed tenant. Every product gets multi-client support without building it.
One connector plane, one Entra app per product
Every product registers its connector through the same plane, with the same onboarding flow, the
same secret handling and the same audit trail. What is not shared is the grant: each
product has its own Entra application and asks for its own consent, scoped to the permissions
that product actually needs.
That is a deliberate trade. It means enabling a second product is a second consent
rather than a switch — but it also means no product inherits another's permissions, and revoking
one revokes exactly one. The adjacent planes are separate again: Exchange admin, Power Platform,
Azure and DNS each need their own one-time setup, and write-back is its own opt-in on top of the
read grant.
A shared findings substrate
The scanning products write findings into one store with severity, waivers and control-reference tags. This
is the reason a security finding can become compliance evidence with no second integration, and the
reason one board can show all of it.
Tamper-evident audit
A hash-chained audit trail across the platform. When a client or an auditor asks what was checked,
what changed, and who approved it, the answer is a record that can be shown to have not been edited
after the fact.
Worth being exact about what that covers: the chain protects the audit trail
and the evidence snapshots taken from a point in time. Findings themselves are live
records — they open, change severity and close as the estate does. Chaining them would make them
immutable, which is the opposite of what a finding is for.
Entitlements and metered billing
A catalog of features gated per plan and wired to metered billing. Because packaging is a platform
capability rather than per-product plumbing, adding a product is a configuration change — not an
implementation project.
Scheduling, reporting, notifications
Scheduled scans with live progress, a report engine that produces evidence packs, a notification
system, and a full feature-flag and experiment framework with four-eyes approval and scheduling.
Shared by every product rather than rebuilt in each one.
Onboarding is one flow you learn once, not one grant that covers everything. We would
rather be precise about that here than let you discover it during onboarding.
ShareCare, SecurityPortal, CompliancePortal and Dredd read
through the shared Graph connector. MailTrust and PosturePortal do not: MailTrust authorises DNS
providers directly and ingests DMARC reports from a mailbox, and PosturePortal connects to nothing at
all — it reads the findings the others have already written.