feat!: remove federated connections tokensets, add network ACL auth0_managed field#873
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.17.0
Patches applied (2):
- patch-c04f0b4d: Fix for incorrect return type and missing __all__ type
- patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration
Patches with unresolved conflicts (2):
- patch-4894603d: chore: Restore custom wiring in management/__init__.py
- patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations
Run `fern-replay resolve` to apply these customizations.
a8892c5 to
604ca5a
Compare
Patches replayed: - patch-4894603d: chore: Restore custom wiring in management/__init__.py - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations - patch-c04f0b4d: Fix for incorrect return type and missing __all__ type - patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration
rmad17
approved these changes
Jul 15, 2026
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
users.federated_connections_tokensetsclient and itslist/deletemethods are removed, along with theFederatedConnectionTokenSetandConnectionFederatedConnectionsAccessTokenstypes.federated_connections_access_tokensfield removed — this optional field is no longer present onConnectionOptionsAzureAd,ConnectionOptionsCommonOidc,ConnectionOptionsGoogleApps,ConnectionPropertiesOptions, andUpdateConnectionOptions.read:federated_connections_tokensanddelete:federated_connections_tokensare no longer valid values ofOauthScope.ClientSessionTransferDelegationDeviceBindingEnumnarrowed — the"asn"value is removed; the enum now only accepts"ip".Features
NetworkAclMatch— new optionalauth0_managed: Optional[List[str]]field (serialized asauth0_managed), available on both thematchandnot_matchrule blocks. This lets network ACL rules reference Auth0-managed lists when matching or excluding traffic.References
N/A
Testing
Wiremock test fixtures were updated to reflect the removed federated connections tokensets endpoint and the new
auth0_managedfield. The existing unit and wire test suite should pass without errors.Checklist