SCIM: how custom workspace roles behave - #154
Draft
bbereti wants to merge 1 commit into
Draft
Conversation
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>
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.
Why
Follow-up to a review comment on bitrise-website#20460 (
AssignSCIMRoles). That PR makes a workspace's own custom role eligible as a member's workspace access level, which changes what a SCIM admin observes:configuring-scim.mdxalready documents the replace-on-present semantics for the built-ins, so it was incomplete rather than wrong.What
One new
### Custom workspace roles and SCIMsubsection, plus a pointer to it from the available-roles table. No other pages touched — custom roles aren't introduced anywhere in the docs yet; that belongs with the feature's own docs work.Do not merge yet
Draft on purpose: the feature isn't available to customers. bitrise-website#20460 is PR2 of a series and the role pickers land in #20464. Merge once custom roles are live.
Verify before merge
not_found) with the member's role untouchednode scripts/check-links-source.jsclean on the edited page.🤖 Generated with Claude Code