Skip to content

Commit a74eee8

Browse files
DailenGclaude
andcommitted
docs: tenant defaults inherit branding identity too, per MSP white-label reality
company_name and the logo are the security entity's brand as end users see it, so they default to the MSP with per-tenant override. The asset route falls back to an instance default logo, keeping per-tenant URLs stable. Only cippTenantId stays per-tenant. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c5378a6 commit a74eee8

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

BACKLOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,21 @@ tenant's next artifact with no republish.
9595

9696
**Field classification:**
9797

98-
- Inheritable branding: `product_name`, `support_email`, `support_url`,
99-
`privacy_policy_url`, `about_url`, `primary_color`.
98+
- Inheritable branding: everything, including `company_name` and the logo.
99+
Branding is the security entity's brand as end users see it in the
100+
extension; for a white-label MSP that is the MSP's own name and logo on
101+
every client (brand recognition is the point), while a client that wants
102+
its own brand simply overrides. Note `tenants.name` is the internal
103+
dashboard label, unrelated to branding and never inherited.
104+
- Logo mechanics: artifacts already emit `/assets/{guid}/logo`, so the
105+
asset route falls back to a new instance-level default logo when the
106+
tenant has none. Per-tenant URLs stay stable while content inherits; no
107+
artifact shape change.
100108
- Inheritable policy: `updateInterval`, `enablePageBlocking`,
101109
`showNotifications`, `enableValidPageBadge`, `validPageBadgeTimeout`,
102110
`enableCippReporting`, `urlAllowlist`, `domainSquatting`,
103111
`genericWebhook` events toggle.
104-
- Never inherited (identity): `company_name`, logo, `cippTenantId`.
112+
- Never inherited: `cippTenantId` (maps the client to its CIPP tenant).
105113
`default_cipp_server_url` keeps its existing dedicated setting.
106114

107115
**Mechanics:**

0 commit comments

Comments
 (0)