mgmt: SDK generation#984
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #984 +/- ##
==========================================
+ Coverage 35.24% 35.34% +0.09%
==========================================
Files 2356 2375 +19
Lines 94169 94905 +736
Branches 5410 5445 +35
==========================================
+ Hits 33193 33545 +352
- Misses 59230 59598 +368
- Partials 1746 1762 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
This was referenced 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>
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
1. Auth0-Custom-Header support on allow-listed Management API endpoints
Adds support for forwarding a custom header (
Auth0-Custom-Header) on requests to allow-listed Management API endpoints. This enables routing requests through custom domains whenconfigured.
CustomDomainHeaderclass for header configurationCustomDomainInterceptorthat intercepts outgoing HTTP requests and injects the custom header on allow-listed endpointsManagementClientOptionsupdated with a newCustomDomainoption to configure the custom domain headerManagementClientupdated to register the interceptor when a custom domain is configured2. SDK generation (Fern
v2.60.2)SDK-generated updates adding new endpoints, types, and properties across several API areas.
Endpoints added:
DirectoryProvisioningClient.ListSynchronizedGroupsAsync— list synchronized groups for a connection with pagination supportDirectoryProvisioningClient.SetAsync— replace the synchronized groups for a connection (PUT)Classes added:
ListSynchronizedGroupsRequestParameters,ReplaceSynchronizedGroupsRequestContentListSynchronizedGroupsResponseContent,SynchronizedGroupPayloadClientMyOrganizationPostConfiguration,ClientMyOrganizationPatchConfiguration,ClientMyOrganizationResponseConfigurationClientSessionTransferDelegationConfiguration,SelfServiceProfileSsoTicketEnabledFeaturesTenantSettingsDynamicClientRegistrationSecurityModeEnums added:
ClientGrantDefaultForEnum,ClientRedirectionPolicyEnum,ClientThirdPartySecurityModeEnumClientMyOrganizationConfigurationAllowedStrategiesEnum,ClientMyOrganizationDeletionBehaviorEnumClientSessionTransferDelegationDeviceBindingEnum,ConnectionDpopSigningAlgEnumProperties added to existing types:
Client/CreateClientRequestContent/UpdateClientRequestContentand response types:ThirdPartySecurityMode,RedirectionPolicy,MyOrganizationConfigurationClientGranttypes:DefaultFor(on request, create, get, update response types)ClientGrants.ListClientGrantsRequestParameters:DefaultForfilterConnectionOptionsOidc/ConnectionOptionsOkta/ConnectionPropertiesOptions:DpopSigningAlgUpdateTenantSettingsRequestContent/ response types:DynamicClientRegistrationSecurityMode,ClientIdMetadataDocumentSupportedSelfServiceProfileSsoTicketDomainAliasesConfig:EnabledFeaturesConnectedAccount: additional fieldsOther changes:
LogStreamsClient/ILogStreamsClient: regenerated with updated signaturesEventStreamEventTypeEnum/EventStreamDeliveryEventTypeEnum/EventStreamTestEventTypeEnum: updated enum valuesNetworkAclMatch: removed obsolete fieldsreference.mdandExamples.md: updated documentationReferences
v2.60.2Testing
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
Checklist
I have read the Auth0 general contribution guidelines
I have read the Auth0 Code of Conduct
All existing and new tests complete without errors