docs: Add guidance for SCIM/SAML setup with multiple domains#16163
Open
yasen-posthog wants to merge 1 commit intomasterfrom
Open
docs: Add guidance for SCIM/SAML setup with multiple domains#16163yasen-posthog wants to merge 1 commit intomasterfrom
yasen-posthog wants to merge 1 commit intomasterfrom
Conversation
Adds a new 'Multiple domains' section explaining that organizations with multiple verified authentication domains should set up separate IdP apps for each domain with both SAML and SCIM configured. This addresses a common support issue where users are provisioned via SCIM through one domain's app but cannot authenticate via SAML because their email domain doesn't match the SAML configuration. Co-authored-by: Yasen <yasen-posthog@users.noreply.github.com>
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 14 warnings, 6 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 68:81 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 86:81 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 106:96 | warning | 'OAuth' is a possible misspelling. | PostHogBase.Spelling |
| 108:54 | warning | Use American English. Use 'organization' instead of 'organisation'. | PostHogBase.AmericanEnglish |
| 108:121 | warning | 'OAuth' is a possible misspelling. | PostHogBase.Spelling |
| 108:139 | warning | 'OAuth' is a possible misspelling. | PostHogBase.Spelling |
| 111:39 | warning | Use 'URL' instead of 'url'. | Vale.Terms |
| 112:53 | warning | Use 'URL' instead of 'url'. | Vale.Terms |
| 127:39 | warning | Use 'URL' instead of 'url'. | Vale.Terms |
| 144:49 | warning | 'OAuth' is a possible misspelling. | PostHogBase.Spelling |
| 152:139 | warning | 'OAuth' is a possible misspelling. | PostHogBase.Spelling |
| 158:326 | suggestion | Address the reader directly. Use 'you can' instead of 'users can'. | PostHogDocs.DirectAddress |
| 168:58 | suggestion | Address the reader directly. Use 'you' instead of 'the user'. | PostHogDocs.DirectAddress |
| 170:103 | suggestion | Address the reader directly. Use 'you can' instead of 'users can'. | PostHogDocs.DirectAddress |
| 238:38 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 278:23 | suggestion | Address the reader directly. Use 'you' instead of 'the user'. | PostHogDocs.DirectAddress |
| 279:28 | suggestion | Address the reader directly. Use 'you' instead of 'the user'. | PostHogDocs.DirectAddress |
| 280:27 | suggestion | Address the reader directly. Use 'you' instead of 'the user'. | PostHogDocs.DirectAddress |
| 322:29 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 357:58 | warning | 'Entra' is a possible misspelling. | PostHogBase.Spelling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Adds a new "Multiple domains" section to the SSO, SAML, and SCIM documentation explaining that organizations with multiple verified authentication domains should set up separate Identity Provider apps for each domain.
This addresses a recurring support issue where users are provisioned via SCIM through one domain's app but cannot authenticate via SAML because their email domain doesn't match the SAML configuration. The documentation now explains:
Checklist
vercel.jsonSlack Thread