Skip to content

feat(clerk-js,localizations,types): Enable email verification in UserProfile via enterprise SSO#4406

Merged
LauraBeatris merged 30 commits intomainfrom
nicolas/orgs-236
Jan 23, 2025
Merged

feat(clerk-js,localizations,types): Enable email verification in UserProfile via enterprise SSO#4406
LauraBeatris merged 30 commits intomainfrom
nicolas/orgs-236

Conversation

@NicolasLopes7
Copy link
Contributor

@NicolasLopes7 NicolasLopes7 commented Oct 24, 2024

Description

Resolves ORGS-395

Introduces the ability to verify an email address based on an existing enterprise SSO connection. It supports the following use case:

  • User tests an app within their personal account within an organization
  • Their organization admin upgrades to the SaaS enterprise plan
  • App owner sets up SSO for their customer organization via Clerk Dashboard
  • User adds their organization email in their profile, triggering verification with enterprise SSO
CleanShot.2025-01-21.at.16.48.49.mp4

Disclaimers from the video above:

  • The enterprise account icon is broken since our staging CDN doesn't have that asset, but it works for production
  • I was already authenticated on the identity provider side, therefore the callback was super quick

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot
Copy link

changeset-bot bot commented Oct 24, 2024

🦋 Changeset detected

Latest commit: 315276c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 22 packages
Name Type
@clerk/types Minor
@clerk/localizations Minor
@clerk/clerk-js Minor
@clerk/astro Patch
@clerk/backend Patch
@clerk/elements Patch
@clerk/expo-passkeys Patch
@clerk/clerk-expo Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/clerk-react Patch
@clerk/remix Patch
@clerk/shared Patch
@clerk/tanstack-start Patch
@clerk/testing Patch
@clerk/themes Patch
@clerk/ui Patch
@clerk/vue Patch
@clerk/chrome-extension Patch

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

@NicolasLopes7 NicolasLopes7 changed the title wip orgs-236: wip Oct 24, 2024
@LauraBeatris LauraBeatris changed the title orgs-236: wip feat(clerk-js): Support verification with enterprise SSO Dec 2, 2024
@vercel
Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 0:52am

@LauraBeatris LauraBeatris changed the title feat(clerk-js): Support verification with enterprise SSO feat(clerk-js): Support verification with enterprise SSO Dec 2, 2024
@LauraBeatris LauraBeatris changed the title feat(clerk-js): Support verification with enterprise SSO feat(clerk-js, localizations): Support verification with enterprise SSO Dec 3, 2024
@LauraBeatris LauraBeatris changed the title feat(clerk-js, localizations): Support verification with enterprise SSO feat(clerk-js,localizations): Support verification with enterprise SSO Dec 3, 2024
@LauraBeatris LauraBeatris changed the title feat(clerk-js,localizations): Support verification with enterprise SSO feat(clerk-js,localizations,types): Enable email verification in UserProfile via enterprise SSO Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants