github auth0/auth0-java 4.2.0

latest releases: 5.3.0, 5.2.0, 5.1.0...
one month ago

Added

  • feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
    #909 (fern-api[bot])
    • Agents — new top-level agents() client with full CRUD (list, create, read, update, delete) and create:agents / read:agents / update:agents / delete:agents scopes.
    • Organization Clients — new organizations().clients() sub-client to associate, list, get, update, and remove org-to-client associations (checkpoint pagination); adds
      is_app_entitlement_active on organizations and an include_client_association_for list filter.
    • Organization Role Groups — new organizations().roles().groups() sub-client to list groups assigned to a role within an organization.
    • Organization-Level RolesRole and role list/filter now support type (tenant / organization) and owner_id.
    • Directory Provisioning sync groupsconnections().directoryProvisioning() gains addSynchronizedGroupSelections / deleteSynchronizedGroupSelections; Self-Service SSO tickets add
      sync_groups on the Google Workspace config.
    • Guardian factor settingsGuardianFactor now exposes an optional settings object (otp_length, otp_expiration_time).
    • Misc: country_codes added to AculContextEnum; new shared NotFound / Conflict error schemas.

Fixes

  • feat: Agents client, Organization Clients & Role Groups, Directory Provisioning sync groups, Guardian factor settings & paginated Event Stream Deliveries
    #909 (fern-api[bot])
    • Event Stream Deliveries paginationdeliveries().list(...) now returns a SyncPagingIterable<EventStreamDelivery> with checkpoint pagination (breaking: previously
      List<EventStreamDelivery>).

Don't miss a new auth0-java release

NewReleases is sending notifications on new releases.