Uh oh!
There was an error while loading. Please reload this page.
feat(ui): Add Google Workspace SAML to self-serve SSO - #8690
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 3ba2066 The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 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 |
@clerk/astro@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/expo@clerk/expo-passkeys@clerk/express@clerk/fastify@clerk/hono@clerk/localizations@clerk/nextjs@clerk/nuxt@clerk/react@clerk/react-router@clerk/shared@clerk/tanstack-react-start@clerk/testing@clerk/ui@clerk/upgrade@clerk/vuecommit: |
3fe1741 to
b407275Compareb407275 to
f6e8d22Comparef6e8d22 to
20ffc64Compare20ffc64 to
e22691dComparee22691d to
1e68b4eCompare0db7c4c to
10ce4d7Comparef5f6f55 to
a1018c2CompareAPI Changes Report
Summary
@clerk/sharedCurrent version: 4.14.0 Subpath |
a1018c2 to
9199b6dCompare9199b6d to
e85a885CompareAPI Changes Report
Summary
@clerk/sharedCurrent version: 4.14.0 Subpath |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <Col | ||
| elementDescriptor={descriptors.configureSSOInstructionsList} | ||
| as='ul' | ||
| sx={theme => ({ | ||
| gap: theme.space.$1x5, | ||
| margin: 0, | ||
| paddingInlineStart: theme.space.$5, | ||
| listStyleType: 'disc', | ||
| })} | ||
| > |
There was a problem hiding this comment.
We have been repeating this block here, maybe we could abstract to a shared Ul component.
There was a problem hiding this comment.
Will chat with Alex to see if we could create a Ul primitive on clerk/ui
There was a problem hiding this comment.
agree it's turning out repetitive!
Previously, the 'Refresh logs' button was triggering a loading state on mount, since the step gets focused and the query gets triggered. We don't need to refetch on window focus, in order to rely on the refresh logs button only + the current internal polling mechanism.
0b0378b to
3ba2066CompareUh oh!
There was an error while loading. Please reload this page.
Description
Introduces Google Workspace SAML provider with tailored configure steps
CleanShot.2026-05-28.at.14.28.17.mp4
Unrelated changes/fixes
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change