Skip to content

Organizations: add IdP federation, remove Enterprise-only badge, fix sub-org nesting depth#32076

Merged
KaydeeDee merged 3 commits into
productionfrom
kdangelo/orgs-idp-federation-fixes
Jul 15, 2026
Merged

Organizations: add IdP federation, remove Enterprise-only badge, fix sub-org nesting depth#32076
KaydeeDee merged 3 commits into
productionfrom
kdangelo/orgs-idp-federation-fixes

Conversation

@KaydeeDee

Copy link
Copy Markdown
Contributor

Changes

This PR makes the following updates to the Organizations public documentation:

1. Remove incorrect "Enterprise-only" badge (index.mdx)

The <Plan type="enterprise" /> component rendered an "Enterprise-only" badge at the top of the Organizations landing page. This is incorrect — Organizations is available to both Enterprise and MSSP/Distributor customers (as the page body already states). Removed the component.

2. Add IdP federation to Core features (index.mdx)

Added a new bullet for IdP federation to the Core features list, linking to the IdP federation docs.

3. Add IdP federation to Policy sharing page (policy-sharing.mdx)

Added a paragraph after the intro explaining that Organizations also supports IdP federation for sharing identity provider configurations across accounts.

4. Add IdP federation to Enterprise page (for-enterprise.mdx)

Added IdP federation mention in the "Share policies" section.

5. Add IdP federation to MSSP/Distributors page (for-mssp-distributors.mdx)

Added IdP federation mention in the "Share policies" section.

6. Fix sub-organization nesting depth (for-mssp-distributors.mdx, limitations.mdx)

MSSP/Distributor Organizations now support up to 5 levels of nested sub-organizations. Updated the "What you cannot do" section and the limitations table which previously stated the hierarchy was limited to two tiers.

References

…sub-org nesting depth

- Remove <Plan type="enterprise" /> badge from index.mdx (Orgs supports both Enterprise and MSSP/Distributor)
- Add IdP federation bullet to Core features list on index.mdx
- Add IdP federation paragraph to policy-sharing.mdx intro
- Add IdP federation to Share policies section on for-enterprise.mdx and for-mssp-distributors.mdx
- Fix sub-org nesting depth from 2 tiers to 5 levels on for-mssp-distributors.mdx and limitations.mdx
@KaydeeDee
KaydeeDee requested review from a team and AdamBouhmad as code owners July 14, 2026 18:45
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review

💡 2 suggestions found in commit 5bb39e1.

Fix in your agent
Fix the following review findings in PR #32076 (https://github.com/cloudflare/cloudflare-docs/pull/32076).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.

---

## Style Guide Review

### Suggestions (2)

#### SG-ca746b2c8a45 · Single-digit numerals in body text should be spelled out
- **File:** `src/content/docs/fundamentals/organizations/for-mssp-distributors.mdx` line 56
- **Issue:** Line adds `up to 5 levels of nested sub-organizations`
- **Fix:** Spell out the numeral: `up to five levels of nested sub-organizations`

#### SG-f8cc9a6c158d · Spell out single-digit numerals in body text
- **File:** `src/content/docs/fundamentals/organizations/index.mdx` line 68
- **Issue:** Line adds `MSSP/Distributor Organizations support up to 5 levels of nested sub-organizations.`
- **Fix:** Spell out the numeral: `MSSP/Distributor Organizations support up to five levels of nested sub-organizations.`

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

Suggestions (2)
File Issue
fundamentals/organizations/for-mssp-distributors.mdx line 56 Single-digit numerals in body text should be spelled out — Line adds up to 5 levels of nested sub-organizations Fix: Spell out the numeral: up to five levels of nested sub-organizations
fundamentals/organizations/index.mdx line 68 Spell out single-digit numerals in body text — Line adds MSSP/Distributor Organizations support up to 5 levels of nested sub-organizations. Fix: Spell out the numeral: MSSP/Distributor Organizations support up to five levels of nested sub-organizations.
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/fundamentals/ @dcpena, @cloudflare/product-owners, @KaydeeDee, @adambouhmad

…o' section

- Update MSSP hierarchy diagrams in index.mdx and for-mssp-distributors.mdx to show nested sub-organizations (3 tiers)
- Add '5 levels of nested sub-organizations' note under the hierarchy diagram on index.mdx
- Add nesting capability to Key characteristics on for-mssp-distributors.mdx
- Remove 'Nested sub-organizations' from 'What you cannot do' section (it is a supported capability, not a limitation)
Standardize on 'automatically provisioned or removed as accounts join or leave the Organization' (matching policy-sharing.mdx) instead of the slightly different phrasing used on for-enterprise.mdx and for-mssp-distributors.mdx.
@KaydeeDee
KaydeeDee requested a review from jhutchings1 July 14, 2026 18:54
@github-actions

Copy link
Copy Markdown
Contributor

| Adding existing accounts | Assigning existing accounts is not available for MSSP/Distributor Organizations. Use account creation to add new accounts. |
| Account creation | MSSP Organizations can self-serve create new customer accounts within their Organization. |
| Sub-Organizations | Distributors can create child MSSP Organizations. MSSP Organizations cannot create their own child Organizations — the hierarchy is limited to two tiers: Distributor → MSSP Organizations. |
| Sub-Organizations | Distributors can create child MSSP Organizations. MSSP/Distributor Organizations support up to 5 levels of nested sub-organizations. |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not blocking, but I imagine customers will want to get a sense of what defines a distributor/MSSP vs Enterprise, as that'll dictate the feature sets they will be offered today(i.e sub-orgs). I think this question is more relevant for enterprise customers, since MSSP/Distributors have to explicit engage with cloudflare to enroll in the program and should know they're in that cohort


Policy sharing works the same way for both [Enterprise](/fundamentals/organizations/for-enterprise/) and [MSSP/Distributor](/fundamentals/organizations/for-mssp-distributors/) Organizations.

In addition to WAF and Gateway policies, Organizations supports [IdP federation](/cloudflare-one/integrations/identity-providers/idp-federation/), which lets you configure a single identity provider (such as Okta or Entra ID) in one account and share it across all accounts in your Organization. Shared IdP connections are read-only in recipient accounts and are automatically provisioned or removed as accounts join or leave the Organization.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not blocking, but wondering if there's an easy way to share features associated across cohorts versus replicating feature descriptions. Maybe a feature matrix? regardless totally fine if we go this route

@AdamBouhmad AdamBouhmad left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a few non-blocking comments, LGTM otherwise!

@KaydeeDee

Copy link
Copy Markdown
Contributor Author

Thank you! I'm doing another update with a feature release on Friday, i'll include these comments then so this can go out

@KaydeeDee
KaydeeDee merged commit d7611e1 into production Jul 15, 2026
22 checks passed
@KaydeeDee
KaydeeDee deleted the kdangelo/orgs-idp-federation-fixes branch July 15, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants