feat(ui,clerk-js,shared,localizations): Add all members of a role to the SSO allow list - #9826
Draft
mauricioabreu wants to merge 7 commits into
Draft
mauricioabreu wants to merge 7 commits into
mauricioabreu wants to merge 7 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
🦋 Changeset detectedLatest commit: bdf0d0d The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Base automatically changed from
mauricio-antunes/orgs-1822-allowlist-management-in-organizationprofile
to
main
September 18, 2026 17:42
mauricioabreu
force-pushed
the
mauricio-antunes/orgs-1852-add-all-members-from-a-given-role
branch
2 times, most recently
from
September 18, 2026 17:59
4d3fc70 to
5899c02
Compare
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/mosaic
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
…the SSO allow list
mauricioabreu
force-pushed
the
mauricio-antunes/orgs-1852-add-all-members-from-a-given-role
branch
from
September 18, 2026 19:10
5899c02 to
8fd775a
Compare
…role The Add members card now switches between an Email tab with a single address field and a Role tab with the role select, following the updated design. Role options show how many members they cover.
The added and skipped counts used to appear in a banner above the table after the card closed. They now render as a success step inside the card with a Finish button, the way the invite flow reports its result. When nothing was added, only the skipped sentence shows.
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
Allowlisting everyone with a role, every admin for example, meant picking members one at a time on the SSO allow list page.
The "Add members" card now has two tabs. Email takes a single address and adds that member. Role lists the organization's roles with their member counts; picking one adds everyone with that role who is not on the list yet, through the bulk route from clerk/clerk_go#22265 in batches of 100. Members whose email address is not served by one of the organization's connections are skipped by the backend, and the page reports how many were added and how many skipped.
For custom flows,
organization.ssoBypassAllowlistgainsaddUsers({ userIds }), returning the added entries and the users that could not be added with the reason.Resolves ORGS-1852.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change