Skip to content

feat: DPoP Support, SCIM Groups, Application Rate Limits#853

Merged
rmad17 merged 5 commits into
masterfrom
fern-bot/2026-05-26_04-54-35_133
May 28, 2026
Merged

feat: DPoP Support, SCIM Groups, Application Rate Limits#853
rmad17 merged 5 commits into
masterfrom
fern-bot/2026-05-26_04-54-35_133

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented May 26, 2026

Changes

Added

  • rate_limit_policies client with full CRUD: list, create, get, update, delete
  • RateLimitPolicyConfigurationZero (allow), RateLimitPolicyConfigurationOne (block/log + limit), RateLimitPolicyConfigurationAction (redirect + limit + redirect_uri), RateLimitPolicy
    response type
  • OAuth scopes: create:rate_limit_policies, read:rate_limit_policies, update:rate_limit_policies, delete:rate_limit_policies
  • groups.roleslist, create, delete
  • roles.groupsget, create, delete
  • users.effective_roles / users.effective_roles.sources.groups
  • users.effective_permissions / users.effective_permissions.sources.roles
  • organizations.groupslist
  • organizations.groups.roleslist, create, delete
  • organizations.members.effective_roles / organizations.members.effective_roles.sources.groups
  • types for SCIM Groups: effective role/permission response types, org-member effective role types, paginated list wrappers, source enum discriminators
  • 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

Changed

  • ConnectionPropertiesOptionsdpop_signing_alg field added (write path for POST /api/v2/connections)
  • UpdateConnectionOptionsdpop_signing_alg field added (write path for PATCH /api/v2/connections/{id})

@fern-api fern-api Bot requested a review from a team as a code owner May 26, 2026 04:54
fern-api Bot and others added 3 commits May 26, 2026 19:45
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
@developerkunal developerkunal force-pushed the fern-bot/2026-05-26_04-54-35_133 branch from 7a76476 to 7271f15 Compare May 26, 2026 14:15
@rmad17 rmad17 changed the title SDK regeneration feat: DPoP Support, Custom Token Exchange, SCIM Groups, Application Rate Limits May 28, 2026
@rmad17 rmad17 self-assigned this May 28, 2026
@rmad17 rmad17 enabled auto-merge May 28, 2026 09:25
@rmad17 rmad17 changed the title feat: DPoP Support, Custom Token Exchange, SCIM Groups, Application Rate Limits feat: DPoP Support, SCIM Groups, Application Rate Limits May 28, 2026
Copy link
Copy Markdown
Contributor

@kishore7snehil kishore7snehil left a comment

Choose a reason for hiding this comment

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

LGTM!

@rmad17 rmad17 disabled auto-merge May 28, 2026 09:56
fern-api Bot added 2 commits May 28, 2026 15:40
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
@rmad17 rmad17 force-pushed the fern-bot/2026-05-26_04-54-35_133 branch from d39da5b to 32d0dce Compare May 28, 2026 10:11
@rmad17 rmad17 merged commit 874d40e into master May 28, 2026
9 checks passed
@rmad17 rmad17 deleted the fern-bot/2026-05-26_04-54-35_133 branch May 28, 2026 10:23
@rmad17 rmad17 mentioned this pull request May 28, 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.

3 participants