feat: add Organization Templates, Connection Profile SCIM provisioning, and Network ACL HTTP message signatures - #797
Merged
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-09-01_05-41-49_999
branch
from
September 1, 2026 10:26
258ac9e to
96c5fc1
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.17.8
fern-api
Bot
force-pushed
the
fern-bot/2026-09-01_05-41-49_999
branch
from
September 2, 2026 09:27
96c5fc1 to
0fb94a4
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds a new Organization Templates management client and an organization-level template assignment sub-client, SCIM provisioning on Connection Profiles, HTTP message signature configuration on Network ACL rule matches, a B2B integration configuration on clients (replacing the
b2b_integrationapp type), pushed authorization request (PAR) and SAML discovery settings on connections, and a set of new enum members across connections, action triggers, and screens.🆕 New endpoints / types:
organization_templatesclient withlist/create/get/update/deleteonorganization-templates, backed byOrganizationTemplate,ListOrganizationTemplatesPaginatedResponseContent, and thecreate:organization_templates/read:organization_templates/update:organization_templatesscopesorganizations.organization_templatesub-client withget/assign_organization_template/unassign_organization_templateonorganizations/{id}/organization-templatesConnectionDeletionBehaviorEnumandOrganizationDeletionBehaviorEnum(allow,allow_if_empty), used by the organization template configuration✏️ Modified endpoints (new properties):
provisioningon Connection Profile create/update/response, backed byConnectionProfileProvisioning,ConnectionProfileProvisioningScim, the SCIM token types, andConnectionProfileProvisioningScimTokenScopeEnum(get:users,post:users,patch:users,delete:users,put:users)http_message_signatureonNetworkACLMatch, backed byNetworkAclHttpMessageSignatureandNetworkAclHttpMessageSignatureKeyb2b_integration_configurationon client create/update/response, backed byB2BIntegrationConfiguration(sso_profiles,integration_type) andB2BIntegrationConfigurationIntegrationTypeEnumenable_pushed_authorization_requests,pushed_authorization_request_endpoint, andrequire_pushed_authorization_requestsonConnectionOptionsCommonOidc,ConnectionOptionsOidc,ConnectionOptionsOkta,ConnectionPropertiesOptions, andUpdateConnectionOptionsdiscovery_urlandoidc_metadataonConnectionOptionsSamlcross_app_access_resource_appon SAML connection create/update/response, backed byConnectionCrossAppAccessResourceAppasana-mcp,atlassian-mcp,cloudflare-mcp,docusign-mcp,figma-mcp,gitlab-mcp,gusto-mcp,heroku-mcp,hubspot-mcp,intercom-mcp,linear-mcp,pagerduty-mcp,sentry-mcp,slack-mcp,supabase-mcp,vercel-mcp,xero-mcp) added toConnectionStrategyEnumandConnectionIdentityProviderEnumpost-credential-validationmember onActionTriggerTypeEnumconsent-tenant-scopesmember onScreenGroupNameEnumlocal_resource_discoveryonTenantSettingsFlagsClientAppTypeEnumdropsb2b_integration- theb2b_integrationapp type is removed. Migration: configure B2B integrations through the newb2b_integration_configurationfield on the client instead.EventStreamCloudEventContextTenant.tenant_idrenamed toid- the getter/setter change fromtenant_idtoid. Migration: update any references fromtenant_idtoid.References
N/A
Testing
Existing wire tests were regenerated to match the updated client. The live-tenant integration test passes against a dev tenant, and the new types load correctly.
Checklist