feat: DPoP Support, SCIM Groups, Application Rate Limits#853
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.12.10
Patches applied (1): - patch-4894603d: chore: Restore custom wiring in management/__init__.py
7a76476 to
7271f15
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.14.3 Signed-off-by: Sourav Basu <sourav.basu@okta.com>
Patches applied (2): - patch-4894603d: chore: Restore custom wiring in management/__init__.py - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations
d39da5b to
32d0dce
Compare
Merged
rmad17
added a commit
that referenced
this pull request
May 28, 2026
### Changes **Added** - feat: rate_limit_policies client with full CRUD: list, create, get, update, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Response Types: RateLimitPolicyConfigurationZero (allow), RateLimitPolicyConfigurationOne (block/log + limit), RateLimitPolicyConfigurationAction (redirect + limit + redirect_uri), RateLimitPolicy [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: OAuth scopes: create:rate_limit_policies, read:rate_limit_policies, update:rate_limit_policies, delete:rate_limit_policies [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for groups.roles — list, create, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for roles.groups — get, create, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for users.effective_roles / users.effective_roles.sources.groups [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for users.effective_permissions / users.effective_permissions.sources.roles [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for organizations.groups — list [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for organizations.groups.roles — list, create, delete [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Support for organizations.members.effective_roles / organizations.members.effective_roles.sources.groups [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Types for SCIM Groups: effective role/permission response types, org-member effective role types, paginated list wrappers, source enum discriminators [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: OAuth scopes: create/read/delete:group_roles, read:organization_groups, create/read/delete:organization_group_roles, read:organization_member_effective_roles, read:organization_member_role_source_groups, read:user_effective_roles, read:user_role_source_groups, read:user_effective_permissions, read:user_permission_source_roles [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) **Changed** * ConnectionPropertiesOptions — dpop_signing_alg field added (write path for POST /api/v2/connections) [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api)) * UpdateConnectionOptions — dpop_signing_alg field added (write path for PATCH /api/v2/connections/{id}) [\#853](#853) ([fern-api[bot]](https://github.com/apps/fern-api))
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
Added
rate_limit_policiesclient with full CRUD:list,create,get,update,deleteRateLimitPolicyConfigurationZero(allow),RateLimitPolicyConfigurationOne(block/log+limit),RateLimitPolicyConfigurationAction(redirect+limit+redirect_uri),RateLimitPolicyresponse type
create:rate_limit_policies,read:rate_limit_policies,update:rate_limit_policies,delete:rate_limit_policiesgroups.roles—list,create,deleteroles.groups—get,create,deleteusers.effective_roles/users.effective_roles.sources.groupsusers.effective_permissions/users.effective_permissions.sources.rolesorganizations.groups—listorganizations.groups.roles—list,create,deleteorganizations.members.effective_roles/organizations.members.effective_roles.sources.groupscreate/read/delete:group_roles,read:organization_groups,create/read/delete:organization_group_roles,read:organization_member_effective_roles,read:organization_member_role_source_groups,read:user_effective_roles,read:user_role_source_groups,read:user_effective_permissions,read:user_permission_source_rolesChanged
ConnectionPropertiesOptions—dpop_signing_algfield added (write path forPOST /api/v2/connections)UpdateConnectionOptions—dpop_signing_algfield added (write path forPATCH /api/v2/connections/{id})