feat: add client grant defaults, org configuration, session delegation, and DPoP support#755
Merged
developerkunal merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
==========================================
- Coverage 87.25% 85.23% -2.03%
==========================================
Files 350 350
Lines 139272 161461 +22189
==========================================
+ Hits 121519 137615 +16096
- Misses 13219 19288 +6069
- Partials 4534 4558 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f26e2a7 to
6bbf75a
Compare
6bbf75a to
661341c
Compare
amitsingh05667
approved these changes
Apr 22, 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
default_forfield to client grant response types (ClientGrantDefaultForEnum), enabling grants to be applied as defaults for groups likethird_party_clients.my_organization_configuration,third_party_security_mode, andredirection_policyacross all client response types (Client,CreateClientResponseContent, etc.).ClientSessionTransferDelegationConfigurationwithallow_delegated_accessandenforce_device_bindingfields to the session transfer configuration.ClientMyOrganizationResponseConfiguration,ClientMyOrganizationPatchConfiguration, andClientMyOrganizationPostConfigurationtypes with support forallowed_strategies,connection_deletion_behavior,connection_profile_id, anduser_attribute_profile_id.dpop_signing_algfield to OIDC and Okta connection options (ConnectionDpopSigningAlgEnum).api_enable_groupsfield toConnectionPropertiesOptionsandUpdateConnectionOptions.organization_idfield toConnectedAccount.ListSynchronizedGroupsandSet(replace) operations to the directory provisioning client for managing synchronized groups.SynchronizedGroupPayload,ListSynchronizedGroupsResponseContent, andReplaceSynchronizedGroupsRequestContenttypes.TenantSettingsDynamicClientRegistrationSecurityModeenum.SelfServiceProfileSSOTicketEnabledFeaturestype.reference.mdwith documentation for new fields and endpoints.📚 References
🔬 Testing
ListSynchronizedGroupsandSetdirectory provisioning endpoints.📝 Checklist