Skip to content

feat: add third-party client access support for organizations - #886

Merged
rmad17 merged 3 commits into
masterfrom
fern-bot/2026-08-18_05-46-52_941
Aug 19, 2026
Merged

feat: add third-party client access support for organizations#886
rmad17 merged 3 commits into
masterfrom
fern-bot/2026-08-18_05-46-52_941

Conversation

@fern-api

@fern-api fern-api Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Added

  • My Organization client access: management.clients create/update now accept my_organization_configuration.third_party_client_access to control whether third-party clients can access the organization.
    Client responses expose the same field.
  • Connection profile Cross-App Access: management.connection_profiles create/update now accept cross_app_access_resource_app, controlling whether organization admins may enable Cross-App Access (XAA) on
    their identity providers. Connection profile responses expose the same field.
  • Network ACL keys: new management.keys.network_acls client with list, create, and get for managing the keys used to verify HTTP Message Signatures on Network ACL rules. Access tokens can now be
    scoped with the new read:network_acl_keys permission.
  • Network ACL rules: rules now support an optional match_all flag. When true, the rule matches all traffic unconditionally, and it is mutually exclusive with match and not_match.
  • Connections: OIDC connections gain use_oauth_spec_scope - when enabled, scopes are sent space-delimited (per the OAuth 2.0 spec) instead of comma-delimited to the identity provider's authorization
    endpoint. Only relevant when using the connection_scope parameter.

Fixed

  • management.forms.create / update (raw client) now surface 400/404 errors instead of an unhandled response.
  • management.flows.create / update (raw client) now surface 400/409 errors instead of an unhandled response.
  • management.flows.executions (raw client) now surfaces 404 errors instead of an unhandled response.
  • Docstring correction in management.clients: the listed field name custom_login_page_off was corrected to custom_login_page_on.

@fern-api
fern-api Bot requested a review from a team as a code owner August 18, 2026 05:47
fern-api Bot added 2 commits August 18, 2026 10:41
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-python-sdk: 5.26.0
Patches applied (5):
  - patch-c04f0b4d: Fix for incorrect return type and missing __all__ type
  - patch-f7384913: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
  - patch-1e44613d: Added migration guide for v5 to v6
  - patch-30b1089a: Updated UPGRADING.md doc
  - patch-d6d69aeb: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries

Patches with unresolved conflicts (3):
  - patch-4894603d: chore: Restore custom wiring in management/__init__.py
  - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations
  - patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration
    Run `fern-replay resolve` to apply these customizations.
@fern-api
fern-api Bot force-pushed the fern-bot/2026-08-18_05-46-52_941 branch from 6332519 to 0283d54 Compare August 18, 2026 10:41
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
  - patch-f7384913: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
  - patch-1e44613d: Added migration guide for v5 to v6
  - patch-30b1089a: Updated UPGRADING.md doc
  - patch-d6d69aeb: Remove duplicate FedCmLoginGooglePatch and FedCmLoginPatch entries
@developerkunal
developerkunal force-pushed the fern-bot/2026-08-18_05-46-52_941 branch from 37c69f0 to bb2a42e Compare August 18, 2026 14:35
@rmad17 rmad17 changed the title SDK regeneration feat: add third-party client access support for organizations Aug 19, 2026
@rmad17
rmad17 merged commit 9b1c6fd into master Aug 19, 2026
9 checks passed
@rmad17
rmad17 deleted the fern-bot/2026-08-18_05-46-52_941 branch August 19, 2026 09:36
@rmad17 rmad17 mentioned this pull request Aug 19, 2026
rmad17 added a commit that referenced this pull request Aug 19, 2026
**Added**
- feat: Add My Organization client access control, Connection Profile
Cross-App Access support, Network ACL keys management, and OIDC
space-delimited scope support
[\#886](#886)
([fern-api[bot]](https://github.com/apps/fern-api))

**Fixed**
- fix: Raw clients for forms and flows now surface additional error
responses instead of failing unhandled, corrected a docstring field name
[\#886](#886)
([fern-api[bot]](https://github.com/apps/fern-api))
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