Document how SCIM handles custom workspace roles [ER-2951] - #154
Merged
Merged
Conversation
bbereti
marked this pull request as ready for review
September 17, 2026 17:10
bbereti
requested review from
aorcsik,
ilanazholobovsky,
matenadasdi and
zoltan-baba
as code owners
September 17, 2026 17:10
An IdP can only name the three built-in workspace roles; a request naming a custom role is rejected and leaves the member's role alone. And because a member has one workspace role at a time, a SCIM push replaces a custom role that was assigned on Bitrise — including via an empty `roles` array. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The custom roles feature now has its own docs section (merged separately); cross-link it from the first mention of "custom role" here so readers can find out how to create/assign one.
zoltan-baba
force-pushed
the
docs-impact/scim-custom-workspace-roles
branch
from
September 18, 2026 08:32
bb6b889 to
9a1688f
Compare
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 SCIM page lists the three built-in workspace roles an IdP can send, but since bitrise-website#20460 a member's workspace role can also be a custom role, and the page says nothing about how SCIM interacts with those. A SCIM admin has no way to know that a sync replaces a held custom role, or that naming a custom role in
rolesis rejected.Adds a short "Custom workspace roles and SCIM" subsection to
configuring-scim.mdxcovering both cases (IdP can't assign a custom role; a push withrolespresent replaces one, so omit the attribute to keep it), plus a one-line pointer from the available-roles table. The custom-roles pages themselves don't mention SCIM, so this is the only place the behavior is documented.Custom roles are live (PR2 #20460 and PR3 #20503 are merged), so this is ready to merge.
node scripts/check-links-source.jsis clean on the edited page.🤖 Generated with Claude Code