EnterpriseConnection response fields realigned; deprecated properties removed
@clerk/backend@3.14.0
5 enhancementsThis release5 enhancementsImprovements to existing featuresAI-tallied from the release notes
From the original release noteView original ↗
Minor Changes
- Align the
EnterpriseConnectionresponse resource with what the Backend API actually returns: (#9156) by @manovotnyEnterpriseConnectionnow exposesprovider,logoPublicUrl,allowOrganizationAccountLinking,authenticatable,disableJitProvisioning, andcustomAttributes.EnterpriseConnectionSamlConnectionnow exposesactive,forceAuthn, andloginHint.EnterpriseConnectionOauthConfignow exposesproviderKey,authUrl,tokenUrl,userInfoUrl, andrequiresPkce.- Deprecated properties the Backend API never returns, which were always
undefineddespite their declared types:allowSubdomainsonEnterpriseConnection(usesamlConnection.allowSubdomains), andidpMetadataandsyncUserAttributesonEnterpriseConnectionSamlConnection(use the top-levelsyncUserAttributes). organizationIdis now normalized tonullwhen the Backend API omits it, matching its declaredstring | nulltype. Properties backed by optional API fields (for exampleoauthConfig.clientIdand the SAML IdP fields) are now typed as possiblyundefinedto match runtime behavior.
Patch Changes
Fetched July 29, 2026


