docs: scope the SCIM note in the team removal section - #26054
Open
sunm2n wants to merge 1 commit into
Open
Conversation
The "Remove members from teams" section opened with SCIM guidance about organization membership, then gave a procedure that only removes someone from a team. It also pointed readers to "procedures in this doc" for manual removal, which this page does not contain. State the organization scope explicitly, describe the IdP action as removing the user from the Docker application rather than from the IdP, and link to the existing Remove users procedure for manual organization removal. Fixes docker#26042 Signed-off-by: Sunmin Lee <134378502+sunm2n@users.noreply.github.com>
✅ Deploy Preview for docsdocker 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.
Description
The "Remove members from teams" section opened with SCIM guidance written at
organization scope, then gave a procedure that only removes someone from a
team. It also told readers to "follow procedures in this doc" for manual
removal, which this page does not contain — the manual organization removal
procedure lives in
Remove users.
This scopes the SCIM note to organization membership, links to that procedure,
and leaves the section's own procedure clearly about team membership.
Two wording changes beyond the link:
documentation describes the action more narrowly — removing the user from the
Docker application in the IdP — so this matches that wording.
organization", since organization scope was the ambiguity being reported.
Related, not changed here: the SCIM page and the platform FAQ both point to
this page as the reference for organization removal
(
security/provisioning/scim/_index.md,faqs/platform.md). With this changereaders who land here from either one can follow the link through. Happy to
adjust those references instead, or in addition, if you'd prefer they point
straight at the SSO page.
Verified: the linked procedure and its anchor exist in the current docs.
Related issues or tickets
Fixes #26042
Reviews