fix(backend): Add samlConnection and oauthConfig into EnterpriseConnection#8326
Conversation
…tion.oauthProvider`
🦋 Changeset detectedLatest commit: 970266d The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 GitHub.
|
📝 WalkthroughWalkthroughThis pull request extends the enterprise connection API to include nested SAML and OAuth configuration objects. It adds two new model classes ( Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes NotesThe changes follow a consistent pattern across multiple files: introducing new typed model classes with JSON factory methods, updating the parent model to include these as nested properties, defining the corresponding JSON interface types, and exporting them publicly. While the scope spans four files, the logic is straightforward property mapping with no complex business logic or structural refactoring. Test coverage validates the expected mappings of the new nested objects. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
samlConnection and oauthProvider from EnterpriseConnectionsamlConnection /oauthConfig into EnterpriseConnection
samlConnection /oauthConfig into EnterpriseConnection samlConnection/oauthConfig into EnterpriseConnection
samlConnection/oauthConfig into EnterpriseConnection samlConnection and oauthConfig into EnterpriseConnection
samlConnection and oauthConfig into EnterpriseConnection samlConnection and oauthConfig into EnterpriseConnection
samlConnection and oauthConfig into EnterpriseConnection samlConnection and oauthConfig into EnterpriseConnection
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@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/vue
commit: |
Description
This PR fixes the
EnterpriseConnectionresource from@clerk/backendto serialize thesaml_connectionandoauth_providerfieldsChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change