Skip to content

feat!: remove federated connections tokensets, add network ACL auth0_managed field#873

Merged
rmad17 merged 4 commits into
masterfrom
fern-bot/2026-07-14_04-33-09_577
Jul 15, 2026
Merged

feat!: remove federated connections tokensets, add network ACL auth0_managed field#873
rmad17 merged 4 commits into
masterfrom
fern-bot/2026-07-14_04-33-09_577

Conversation

@fern-api

@fern-api fern-api Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Changes

⚠️ Breaking Changes

  • Federated Connections Tokensets removed — the users.federated_connections_tokensets client and its list/delete methods are removed, along with the FederatedConnectionTokenSet and ConnectionFederatedConnectionsAccessTokens types.
  • federated_connections_access_tokens field removed — this optional field is no longer present on ConnectionOptionsAzureAd, ConnectionOptionsCommonOidc, ConnectionOptionsGoogleApps, ConnectionPropertiesOptions, and UpdateConnectionOptions.
  • OAuth scopes removedread:federated_connections_tokens and delete:federated_connections_tokens are no longer valid values of OauthScope.
  • ClientSessionTransferDelegationDeviceBindingEnum narrowed — the "asn" value is removed; the enum now only accepts "ip".

Features

  • NetworkAclMatch — new optional auth0_managed: Optional[List[str]] field (serialized as auth0_managed), available on both the match and not_match rule 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_managed field. The existing unit and wire test suite should pass without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@fern-api fern-api Bot requested a review from a team as a code owner July 14, 2026 04:33
@developerkunal developerkunal changed the title SDK regeneration feat: add auth0_managed field to network ACL match rules Jul 14, 2026
fern-api Bot added 2 commits July 14, 2026 15:57
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.
@fern-api fern-api Bot changed the title feat: add auth0_managed field to network ACL match rules SDK regeneration Jul 14, 2026
@fern-api fern-api Bot force-pushed the fern-bot/2026-07-14_04-33-09_577 branch from a8892c5 to 604ca5a Compare July 14, 2026 15:57
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
@developerkunal developerkunal changed the title SDK regeneration feat!: remove federated connections tokensets, add network ACL auth0_managed field Jul 14, 2026
Comment thread src/auth0/management/__init__.py Fixed
Comment thread src/auth0/management/__init__.py Fixed
@rmad17 rmad17 merged commit 34e21b0 into master Jul 15, 2026
9 checks passed
@rmad17 rmad17 deleted the fern-bot/2026-07-14_04-33-09_577 branch July 15, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants