Skip to content

feat: add third-party client security, synchronized groups, and new event stream types#1326

Merged
developerkunal merged 1 commit intomasterfrom
fern-bot/2026-04-17_04-02-17_452
Apr 17, 2026
Merged

feat: add third-party client security, synchronized groups, and new event stream types#1326
developerkunal merged 1 commit intomasterfrom
fern-bot/2026-04-17_04-02-17_452

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented Apr 17, 2026

Changes

This SDK regeneration introduces support for several new Management API features:

  • Third-party client security controls: Added third_party_security_mode and redirection_policy to client configuration, along with default_for parameter on client grants for applying grants to all third-party clients. Added dynamic_client_registration_security_mode to tenant settings.
  • My Organization configuration: New my_organization_configuration property on clients, supporting allowed strategies, connection profiles, user attribute profiles, deletion behavior, and role-based invitations.
  • Directory provisioning synchronized groups: New listSynchronizedGroups and set endpoints for managing synchronized groups on connections. Added "selected" option to SynchronizeGroupsEnum and api_enable_groups connection option.
  • Event stream enhancements: Added group.role.assigned, group.role.deleted, organization.group.role.assigned, and organization.group.role.deleted event types. Event type enums are now sorted alphabetically.
  • Connection DPoP support: Added dpop_signing_alg option for OIDC connections.
  • Connected accounts: Added organization_id field.
  • Network ACLs: Removed auth0_managed from match criteria.
  • Tenant settings: Added client_id_metadata_document_supported flag.

References

N/A

Testing

  • This change adds unit test coverage

Checklist

@fern-api fern-api Bot requested a review from a team as a code owner April 17, 2026 04:02
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

❌ Patch coverage is 90.80460% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.42%. Comparing base (97a4419) to head (882e2c5).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...s/resources/directoryProvisioning/client/Client.ts 89.87% 8 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #1326    +/-   ##
========================================
  Coverage   89.42%   89.42%            
========================================
  Files         384      384            
  Lines       18246    18333    +87     
  Branches     9047     8757   -290     
========================================
+ Hits        16316    16395    +79     
- Misses       1926     1934     +8     
  Partials        4        4            
Flag Coverage Δ
alltests 89.42% <90.80%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...gement/api/resources/clientGrants/client/Client.ts 88.88% <100.00%> (+0.05%) ⬆️
...gement/api/resources/eventStreams/client/Client.ts 88.42% <ø> (ø)
src/management/api/types/types.ts 100.00% <100.00%> (ø)
...s/resources/directoryProvisioning/client/Client.ts 89.33% <89.87%> (+0.19%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@developerkunal developerkunal changed the title SDK regeneration feat: add third-party client security, synchronized groups, and new event stream types Apr 17, 2026
Copy link
Copy Markdown
Contributor

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@developerkunal developerkunal force-pushed the fern-bot/2026-04-17_04-02-17_452 branch from d1627d8 to 882e2c5 Compare April 17, 2026 05:14
@developerkunal developerkunal enabled auto-merge (squash) April 17, 2026 05:16
@developerkunal developerkunal merged commit 7a37a20 into master Apr 17, 2026
8 checks passed
@developerkunal developerkunal deleted the fern-bot/2026-04-17_04-02-17_452 branch April 17, 2026 05:17
@amitsingh05667 amitsingh05667 mentioned this pull request Apr 17, 2026
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.

2 participants