docs: document that only a server administrator can set the organization SSO domain - #1131
Open
Anty0 wants to merge 1 commit into
Open
docs: document that only a server administrator can set the organization SSO domain#1131Anty0 wants to merge 1 commit into
Anty0 wants to merge 1 commit into
Conversation
✅ Deploy Preview for tolgee-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
The SSO docs listed Domain name as one of the fields an organization owner fills in, with no hint that the field is admin-only. In the product, the domain can only be set or changed by a server administrator:
SsoProviderController.setProviderpassesallowChangeDomain = authenticatedUser.isAdmin()TenantServiceImpl.createOrUpdatethrowsSSO_DOMAIN_NOT_ALLOWEDwhen a non-admin changes the domain (a new tenant starts with an empty domain, so a non-admin owner can never set it either)Changes:
sso_getting_started.mdx— the Domain name row now says only a server administrator can set it, plus a callout explaining who to ask (Tolgee support on Cloud, the instance administrator when self-hosted) and that SSO cannot be enabled until the domain is set, since it is a required field for an enabled configuration.sso_server_setup_organizations.mdx— new section describing how a server administrator sets the domain fromAdministration>Organizations>Settings, and why the restriction exists.