Bump the auth0 group with 2 updates#245
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Auth0.AuthenticationApi from 7.47.0 to 7.48.0 Bumps Auth0.ManagementApi from 8.6.0 to 9.1.0 --- updated-dependencies: - dependency-name: Auth0.AuthenticationApi dependency-version: 7.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: auth0 - dependency-name: Auth0.ManagementApi dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: auth0 ... Signed-off-by: dependabot[bot] <support@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.
Updated Auth0.AuthenticationApi from 7.47.0 to 7.48.0.
Release notes
Sourced from Auth0.AuthenticationApi's releases.
7.48.0
Added
UserInfo.AdditionalClaimsis now deprecated) #1046 (kailash-b)Security
Commits viewable in compare view.
Updated Auth0.ManagementApi from 8.6.0 to 9.1.0.
Release notes
Sourced from Auth0.ManagementApi's releases.
9.1.0
Added
CrossAppAccessResourceAppsupport to connections viaCreateCrossAppAccessResourceApp/UpdateCrossAppAccessResourceApprequest types, theConnectionCrossAppAccessResourceAppresponse type, and theCrossAppAccessResourceAppStatusEnum/ConnectionCrossAppAccessResourceAppStatusEnumstatus enums. ACrossAppAccessResourceAppproperty is added to connection create/update requests and responses (CreateConnectionRequestContent,UpdateConnectionRequestContent,CreateConnectionRequestContentOidc,UpdateConnectionRequestContentOidc,ConnectionResponseContentOidc,ConnectionForList, and the connection response types), letting a connection act as the resource-app side of a Cross App Access relationship #1072 (fern-api[bot])IdentityAssertionAuthorizationGranttype withCreateIdentityAssertionAuthorizationGrant/UpdateIdentityAssertionAuthorizationGrantrequest types, exposed as anIdentityAssertionAuthorizationGrantproperty onCreateClientRequestContent,UpdateClientRequestContent, and theClientresponse. Whenactive, a client can exchange ID-JAGs for access tokens #1072 (fern-api[bot])SessionActorMetadatatype and theSessionActorClaimValueunion (string/bool/number), exposed as anActorproperty on the session response types (GetSessionResponseContent,SessionResponseContent,UpdateSessionResponseContent) — represents the delegating party on delegated sessions (subplus up to 5 additional primitive claims) #1072 (fern-api[bot])ThirdPartyClientAccessConfigtype and aThirdPartyClientAccessConfigproperty onCreateSelfServiceProfileSsoTicketRequestContent, controlling whether third-party apps can configure the connection as a domain-level connection during Self-Service Enterprise Configuration #1072 (fern-api[bot])BrandingThemeIdentifierstype with login display, OTP autocomplete, and phone display formatting/masking enums (BrandingThemeIdentifiersLoginDisplayEnum,BrandingThemeIdentifiersPhoneDisplay,BrandingThemeIdentifiersPhoneDisplayFormattingEnum,BrandingThemeIdentifiersPhoneDisplayMaskingEnum), plus anIdentifiersproperty on the theme create/update request and response types (CreateBrandingThemeRequestContent,UpdateBrandingThemeRequestContent,CreateBrandingThemeResponseContent,UpdateBrandingThemeResponseContent,GetBrandingThemeResponseContent,GetBrandingDefaultThemeResponseContent) #1072 (fern-api[bot])SuspiciousIpThrottlingPreCustomTokenExchangeStage, added as apre-custom-token-exchangestage onSuspiciousIpThrottlingStage#1072 (fern-api[bot])TenantDomainclient option: AddedClientOptions.TenantDomain; when set without an explicitBaseUrl,ManagementApiClientderivesBaseUrlashttps://{TenantDomain}/api/v2. An explicitBaseUrlalways takes precedence #1072 (fern-api[bot])DefaultHttpClientFactory#1072 (fern-api[bot])9.0.0
This is a major release. Please review the v8 → v9 Migration Guide before upgrading. The breaking changes below require source-level updates for affected consumers.
Removed API surface — #1053 (fern-api[bot])
client.Users.FederatedConnectionsTokensetssub-client (ListAsync,DeleteAsync), theFederatedConnectionsTokensetsClient/IFederatedConnectionsTokensetsClienttypes, and theFederatedConnectionTokenSetresponse model have been removed. The backing endpoints were deleted upstream.FederatedConnectionsAccessTokensconnection option removed: The property and its backingConnectionFederatedConnectionsAccessTokensmodel have been removed fromConnectionOptionsAzureAd,ConnectionOptionsCommonOidc,ConnectionOptionsGoogleApps,ConnectionOptionsOidc,ConnectionOptionsOkta,ConnectionPropertiesOptions, andUpdateConnectionOptions.OauthScope.ReadFederatedConnectionsTokens(read:federated_connections_tokens) andOauthScope.DeleteFederatedConnectionsTokens(delete:federated_connections_tokens).ClientSessionTransferDelegationDeviceBindingEnum.Asn("asn"); onlyIpremains.Return-type & model changes — #1043 (fern-api[bot])
DeleteAsyncreturn type changed across the API fromTasktoWithRawResponseTask.await-ing the call still works; explicitTask-typed assignments must be updated.Events.SubscribeAsyncreturn type changed fromIAsyncEnumerable<EventStreamSubscribeEventsResponseContent>toWithRawResponseStream<...>(adds streaming + transparent reconnection support). Directawait foreachstill works; code that stored the result in anIAsyncEnumerable<...>variable must be updated.ConnectionAttributeIdentifierremoved and split intoEmailAttributeIdentifier,PhoneAttributeIdentifier, andUsernameAttributeIdentifier. Callers constructingConnectionAttributeIdentifiermust switch to the type-specific class.MaxRetries + 1total sends for retryable requests (previously initial send +MaxRetries). Review any code that depends on exact attempt counts.Added
client.Organizations.Roles.Members.ListAsync(...)to list organization members assigned a specific role, backed by newRolesClient,MembersClient,RoleMember, andListOrganizationRoleMembersRequestParameterstypes #1043 (fern-api[bot])WithRawResponseStream<T>(dual-mode wrapper supportingawait foreachover parsed values or.WithRawResponse()for response metadata) andSseReconnectHelperfor transparent mid-stream reconnection via theLast-Event-IDheader.RequestOptions/IRequestOptionsgainMaxStreamReconnectAttemptsandDisableStreamReconnection(apply only to resumable SSE streams) #1043 (fern-api[bot])ManagementApiException.RawResponseexposes the status code, URL, and headers of a failed request; all typed error subclasses (TooManyRequestsError,NotFoundError, etc.) now forwardrawResponseand expose typed error bodies (TooManyRequestsErrorBody,NotFoundErrorBody) #1043 (fern-api[bot])ManagementApiExceptiongainsApiError,Description,ErrorCode, andRateLimitproperties (parsed lazily and cached). New public typesApiError,RateLimit,QuotaLimit,ClientQuotaLimit, andOrganizationQuotaLimitsurface structured error bodies and thex-ratelimit-*,retry-after,Auth0-Client-Quota-Limit, andAuth0-Organization-Quota-Limitheaders without manual parsing. BecauseRateLimitlives on the base exception, any error type (not just 429s) can surface rate-limit/quota data when present. Parsing is defensive — malformed headers/bodies yieldnullrather than throwing #1049 (kailash-b)NetworkAclMatch.Auth0Managed: new optionalauth0_managedproperty (IEnumerable<string>?) #1053 (fern-api[bot])Changed
Core/RawClient.cs): each retry attempt now sends a fresh request clone (fixesHttpClientdisposingrequest.Contentunder HTTP/2),MaxRetriesis floored at 0, andCloneRequestAsynchonors theCancellationTokenonNET5_0_OR_GREATER#1043 (fern-api[bot])fernapi/fern-csharp-sdk2.72.1) across resource clients (Actions, Branding, Clients, Connections, CustomDomains, EventStreams, Flows, Forms, Organizations, and others),reference.md, andPage/Pagerhelpers, with customer customizations preserved #1043 (fern-api[bot])Security
System.IdentityModel.Tokens.JwtandMicrosoft.IdentityModel.Protocols.OpenIdConnectfrom8.18.0to8.19.1,PolySharpfrom1.15.0to1.16.0, and several GitHub Actions (actions/cache5→6,actions/checkout5→7,codecov/codecov-action6.0.0→7.0.0,snyk/actions/dotnet0.4.0→1.0.0) #1044 (kailash-b).snykpolicy #1045 (kailash-b)Commits viewable in compare view.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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