Skip to content

mgmt: SDK generation using generator v2.61.2#987

Merged
kailash-b merged 1 commit into
masterfrom
fern-generation/2026-04-24
Apr 24, 2026
Merged

mgmt: SDK generation using generator v2.61.2#987
kailash-b merged 1 commit into
masterfrom
fern-generation/2026-04-24

Conversation

@kailash-b
Copy link
Copy Markdown
Contributor

@kailash-b kailash-b commented Apr 24, 2026

Changes

This PR contains SDK generation updates for the Auth0 Management API, adding new query parameters, new type properties, a bug fix for error handling, and documentation corrections.

New query parameters

  • Connections.ListAsync / Clients.Connections.GetAsync — Added Strategy filter (ConnectionStrategyEnum) to filter connections by strategy (e.g. ad, google-oauth2, etc.)
  • Flows.ListAsync / Flows.GetAsync — Added Hydrate parameter (ListFlowsRequestParametersHydrateEnum / GetFlowRequestParametersHydrateEnum) to hydrate additional fields such as FormCount
  • Flows.Executions.GetAsync — Added Hydrate parameter (GetFlowExecutionRequestParametersHydrateEnum) to hydrate additional debug info (e.g. Debug)
  • Forms.ListAsync / Forms.GetAsync — Added Hydrate parameter (FormsRequestParametersHydrateEnum) to hydrate additional fields such as FlowCount
  • Groups.ListAsync — Added Search parameter to filter groups by name or external ID
  • ResourceServers.ListAsync — Added Identifiers filter parameter to filter APIs by identifier
  • Organizations.ClientGrants.ListAsync — Added GrantIds filter parameter

New type properties

  • ConnectionOptionsCommonOidc, ConnectionOptionsOidc, ConnectionOptionsOkta — Added TokenEndpointJwtcaAudFormat property (ConnectionTokenEndpointJwtcaAudFormatEnumOidc)
  • EmailProviderNameEnum — Added Resend as a supported email provider value; updated documentation strings on CreateEmailProviderResponseContent, GetEmailProviderResponseContent, and
    UpdateEmailProviderResponseContent
  • UpdateUserAuthenticationMethodResponseContent — Added Confirmed (bool?) property indicating whether the authentication method has been confirmed

Bug fixes

  • RefreshTokens.GetAsync — Added missing BadRequestError (HTTP 400) error handling; previously only 401/403/404 were handled
  • Pagination fix — Replaced request => request.PerPage.GetValueOrDefault(0) with null for the page-size selector in Flows.ListAsync, Forms.ListAsync, ResourceServers.ListAsync, and
    Organizations.ClientGrants.ListAsync to correctly defer page size handling

Documentation corrections

  • ListClientGrantsRequestParameters.DefaultFor — Updated doc comment to include hyperlinked reference for third_party_clients
  • UserAttributeProfiles — Fixed incorrect description on CreateAsync (was incorrectly described as "Retrieve details about a single User Attribute Profile")
  • Verification.Templates.ListAsync — Fixed grammar: "List a verifiable credential templates" → "List verifiable credential templates"

Reference documentation

  • Updated all code examples in reference.md to reflect new parameters (Strategy, Hydrate, Search, Identifiers, GrantIds)

References

Testing

  • All new parameters and properties are covered by unit tests using the mock server test suite. Existing mock server tests have been updated to include the new parameters in their request fixtures.

  • Updated an existing integration test Test_paging_includes_totals in UsersTests.cs to simulate v8 paging - Users.ListAsync() #979

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@kailash-b kailash-b requested a review from a team as a code owner April 24, 2026 06:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

❌ Patch coverage is 42.52874% with 50 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.38%. Comparing base (a3cf427) to head (9558490).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...s/ConnectionTokenEndpointJwtcaAudFormatEnumOidc.cs 0.00% 45 Missing ⚠️
src/Auth0.ManagementApi/Groups/GroupsClient.cs 50.00% 0 Missing and 1 partial ⚠️
...ManagementApi/RefreshTokens/RefreshTokensClient.cs 0.00% 1 Missing ⚠️
...ManagementApi/Types/ConnectionOptionsCommonOidc.cs 0.00% 1 Missing ⚠️
...Auth0.ManagementApi/Types/ConnectionOptionsOidc.cs 0.00% 1 Missing ⚠️
...Auth0.ManagementApi/Types/ConnectionOptionsOkta.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #987      +/-   ##
==========================================
+ Coverage   35.35%   35.38%   +0.03%     
==========================================
  Files        2375     2376       +1     
  Lines       94905    94958      +53     
  Branches     5445     5447       +2     
==========================================
+ Hits        33549    33603      +54     
+ Misses      59595    59594       -1     
  Partials     1761     1761              
Flag Coverage Δ
authIntTests 3.35% <0.00%> (-0.01%) ⬇️
mgmtIntTests 33.95% <42.52%> (+0.03%) ⬆️
unittests 0.35% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

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

LGTM

@kailash-b kailash-b merged commit ab231a3 into master Apr 24, 2026
8 checks passed
@kailash-b kailash-b deleted the fern-generation/2026-04-24 branch April 24, 2026 07:32
@kailash-b kailash-b changed the title SDK generation using generator v2.61.2 mgmt: SDK generation using generator v2.61.2 Apr 30, 2026
@kailash-b kailash-b mentioned this pull request Apr 30, 2026
github-actions Bot pushed a commit to mpaulosky/MyBlog that referenced this pull request May 5, 2026
Updated [Auth0.ManagementApi](https://github.com/auth0/auth0.net) from
8.1.0 to 8.2.0.

<details>
<summary>Release notes</summary>

_Sourced from [Auth0.ManagementApi's
releases](https://github.com/auth0/auth0.net/releases)._

## 8.2.0

**Added**
- SSE Events streaming: Added `IEventsClient` with `SubscribeAsync`
returning `IAsyncEnumerable<EventStreamSubscribeEventsResponseContent>`
for real-time event consumption with cursor-based resumption and typed
CloudEvent variants (user, client, connection, organization, etc.)
[\#​995](auth0/auth0.net#995)
([fern-api[bot]](https://github.com/apps/fern-api))
- New `GoneError` exception (HTTP 410) for expired stream cursors in SSE
event streams [\#​995](auth0/auth0.net#995)
([fern-api[bot]](https://github.com/apps/fern-api))
- Refresh token bulk revocation: Added `RefreshTokensClient.RevokeAsync`
to bulk-revoke tokens by `Ids`, `UserId`, or `ClientId`
[\#​995](auth0/auth0.net#995)
([fern-api[bot]](https://github.com/apps/fern-api))
- Branding identifiers: Added `BrandingIdentifiers` type with
`LoginDisplay`, `OtpAutocomplete`, and `PhoneDisplay` configuration
options [\#​995](auth0/auth0.net#995)
([fern-api[bot]](https://github.com/apps/fern-api))
- SAML assertion decryption: Added
`ConnectionAssertionDecryptionSettings` for configuring SAML assertion
decryption on connections
[\#​995](auth0/auth0.net#995)
([fern-api[bot]](https://github.com/apps/fern-api))
- Custom domain header forwarding: Added
`ManagementClientOptions.CustomDomain` to inject `Auth0-Custom-Header`
on allow-listed Management API endpoints via a new
`CustomDomainInterceptor`
[\#​984](auth0/auth0.net#984)
([kailash-b](https://github.com/kailash-b))
- Directory Provisioning: Added `ListSynchronizedGroupsAsync` and
`SetAsync` to `DirectoryProvisioningClient` for managing synchronized
groups on a connection
[\#​984](auth0/auth0.net#984)
([kailash-b](https://github.com/kailash-b))
- New query filters: `Strategy` on `Connections.ListAsync`, `Hydrate` on
Flows/Forms/FlowExecutions endpoints, `Search` on `Groups.ListAsync`,
`Identifiers` on `ResourceServers.ListAsync`, and `GrantIds` on
`Organizations.ClientGrants.ListAsync`
[\#​987](auth0/auth0.net#987)
([kailash-b](https://github.com/kailash-b))
- Email providers: Added `Resend` as a supported value in
`EmailProviderNameEnum`
[\#​987](auth0/auth0.net#987)
([kailash-b](https://github.com/kailash-b))
- `UpdateUserAuthenticationMethodResponseContent`: Added `Confirmed`
(`bool?`) property to indicate whether an authentication method has been
confirmed [\#​987](auth0/auth0.net#987)
([kailash-b](https://github.com/kailash-b))
- Client configuration: Added `ThirdPartySecurityMode`,
`RedirectionPolicy`, and `MyOrganizationConfiguration` properties on
Client request/response types
[\#​984](auth0/auth0.net#984)
([kailash-b](https://github.com/kailash-b))
- Client Grants: Added `DefaultFor` property and a matching `DefaultFor`
filter on `ClientGrants.ListAsync`
[\#​984](auth0/auth0.net#984)
([kailash-b](https://github.com/kailash-b))
- Tenant Settings: Added `DynamicClientRegistrationSecurityMode` and
`ClientIdMetadataDocumentSupported` on tenant settings request/response
types [\#​984](auth0/auth0.net#984)
([kailash-b](https://github.com/kailash-b))
- DPoP support on connections: Added `DpopSigningAlg` property to
`ConnectionOptionsOidc`, `ConnectionOptionsOkta`, and
`ConnectionPropertiesOptions`
[\#​984](auth0/auth0.net#984)
([kailash-b](https://github.com/kailash-b))
- Pagination metadata: `Page<TItem>` now exposes `Response`,
`StatusCode`, and `Headers` from the underlying HTTP response, populated
via `WithRawResponse()` in pager requests
[\#​976](auth0/auth0.net#976)
([fern-api[bot]](https://github.com/apps/fern-api))

**Fixed**
- `RefreshTokens.GetAsync` now correctly handles `BadRequestError` (HTTP
400) responses; previously only 401, 403, and 404 were handled
[\#​987](auth0/auth0.net#987)
([kailash-b](https://github.com/kailash-b))
- Fixed pagination page-size handling to correctly defer page size when
not specified [\#​987](auth0/auth0.net#987)
([kailash-b](https://github.com/kailash-b))
- Path parameters and query strings now use context-aware encoding
(path-segment-safe vs. query key/value character sets) to prevent
malformed URL construction
[\#​976](auth0/auth0.net#976)
([fern-api[bot]](https://github.com/apps/fern-api))

**Changed**
- Self-Service Profiles: renamed "SSO Flow" concepts to "Enterprise
Configuration" across request/response types
[\#​995](auth0/auth0.net#995)
([fern-api[bot]](https://github.com/apps/fern-api))
- Upgraded `WireMock.Net` test dependency to `2.4.0`
[\#​992](auth0/auth0.net#992)
([kailash-b](https://github.com/kailash-b))

Commits viewable in [compare
view](auth0/auth0.net@mgmt-8.1.0...mgmt-8.2.0).
</details>

Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest)
from 18.5.0 to 18.5.1.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.NET.Test.Sdk's
releases](https://github.com/microsoft/vstest/releases)._

## 18.5.1

## What's Changed
* Fix System.Collections.Immutable binding mismatch in Common.dll
(rel/18.5) by @​nohwnd in microsoft/vstest#15720
* Port verify-binding-redirects.ps1 to rel/18.5 by @​nohwnd in
microsoft/vstest#15719
* Bump to 18.5.1 by @​nohwnd in
microsoft/vstest#15721


**Full Changelog**:
microsoft/vstest@v18.5.0...v18.5.1

Commits viewable in [compare
view](microsoft/vstest@v18.5.0...v18.5.1).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mpaulosky <60372079+mpaulosky@users.noreply.github.com>
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.

v8 paging - Users.ListAsync()

2 participants