-
Notifications
You must be signed in to change notification settings - Fork 354
feat(clerk-js): Initiate enterprise SSO from ticket flows #6009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: ef1ac0c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f174684
to
edbc405
Compare
98f2cd8
to
7edc159
Compare
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
7edc159
to
58356f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good to me!
Question: Is this OIDC prompt change related with this PR?
@NicolasLopes7 That's correct! We need to forward |
58356f8
to
58c47c5
Compare
58c47c5
to
fec559d
Compare
fec559d
to
bc221cc
Compare
bc221cc
to
48f8876
Compare
48f8876
to
5fd7f5c
Compare
5fd7f5c
to
ef1ac0c
Compare
Description
We've introduced FAPI changes to return
missing_requirements
/needs_first_factor
when a sign-in/sign-up gets created with an org invite that is related to an active enterprise connection.This PR updates the ticket flows to check against those new statuses and initiate enterprise SSO redirection.
CleanShot.2025-06-03.at.18.56.34.mp4
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change