Skip to content

feat: Events API, Rate Limit Policies, refresh token revocation, FedCM, DPoP GA#732

Merged
kishore7snehil merged 2 commits into
v6from
fern-bot/2026-05-12_13-03-14_008
May 28, 2026
Merged

feat: Events API, Rate Limit Policies, refresh token revocation, FedCM, DPoP GA#732
kishore7snehil merged 2 commits into
v6from
fern-bot/2026-05-12_13-03-14_008

Conversation

@fern-api
Copy link
Copy Markdown

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

Changes

SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds support for several new Management API endpoints and properties.

New endpoints:

  • Rate Limit Policies - Full CRUD for /api/v2/rate-limit-policies
  • Events (SSE) - Real-time event subscription via Server-Sent Events (GET /api/v2/events)
  • Refresh Token Revocation - Bulk revocation via POST /api/v2/refresh-tokens/revoke
  • Directory Provisioning - Synchronized groups list/replace on connections (GET/PUT /api/v2/connections/{id}/scim-configuration/synchronized-groups)

Modified endpoints (new properties):

  • Google One Tap / FedCM - fedcm_login object on Client create/update/get (POST/PATCH/GET /api/v2/clients) [EA]
  • DPoP GA - proof_of_possession.required_for on Resource Servers; added ES384 and ES512 to dpop_signing_alg enum on OIDC/Okta connection options
  • Token Vault Orgs - organization_id on connected accounts responses (GET /api/v2/users/{id}/connected-accounts) [EA]
  • CTE Delegation - session_transfer.delegation settings on Client create/update (allow_delegated_access, enforce_device_binding)
  • 3P Clients - third_party_security_mode and redirection_policy on Clients; default_for on Client Grants; dynamic_client_registration_security_mode on Tenant Settings
  • Branding Phone Display - Phone number display, formatting, and masking settings on branding
  • Self-Service Profiles - SCIM group scopes on SSO ticket provisioning config
  • Resource Servers - authorization_policy property
  • Connections - SAML assertion decryption settings (assertion_decryption)
  • Error types - Standardized BadRequestSchema, ForbiddenSchema, UnauthorizedSchema, TooManyRequestsSchema

@fern-api fern-api Bot requested a review from a team as a code owner May 12, 2026 13:03
@kishore7snehil kishore7snehil changed the title SDK regeneration feat: Events API, bulk refresh token revocation, and new type support May 13, 2026
@fern-api fern-api Bot changed the title feat: Events API, bulk refresh token revocation, and new type support SDK regeneration May 22, 2026
@fern-api fern-api Bot force-pushed the fern-bot/2026-05-12_13-03-14_008 branch from 52037c2 to 1b9f674 Compare May 22, 2026 12:58
@kishore7snehil kishore7snehil changed the title SDK regeneration feat: Events API, Rate Limit Policies, refresh token revocation, FedCM, DPoP GA May 28, 2026
@kishore7snehil kishore7snehil merged commit 3992d88 into v6 May 28, 2026
8 checks passed
@kishore7snehil kishore7snehil deleted the fern-bot/2026-05-12_13-03-14_008 branch May 28, 2026 07:59
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