Bump the all-actions group with 3 updates - #463
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Auth0.AspNetCore.Authentication from 1.9.0 to 1.10.0 Bumps Auth0.ManagementApi from 9.0.0 to 9.2.0 Bumps NSubstitute from 6.0.0 to 6.1.0 --- updated-dependencies: - dependency-name: Auth0.AspNetCore.Authentication dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: Auth0.ManagementApi dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: NSubstitute dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🤖 Dependency Update PRThis PR was opened by dependabot[bot] and has been automatically labeled for Boromir (DevOps) to review. Labels applied:
|
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #463 +/- ##
=======================================
Coverage 76.78% 76.78%
=======================================
Files 71 71
Lines 1775 1775
Branches 214 214
=======================================
Hits 1363 1363
Misses 336 336
Partials 76 76 🚀 New features to boost your workflow:
|
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.AspNetCore.Authentication from 1.9.0 to 1.10.0.
Release notes
Sourced from Auth0.AspNetCore.Authentication's releases.
1.10.0
Added
session_expiryclaim (Unix seconds) on the ID token (connection optionid_token_session_expiry_supported).Security
Microsoft.IdentityModel.Protocols.OpenIdConnect8.19.2 → 8.22.0.Microsoft.AspNetCore.Mvc.Testing10.0.9 → 10.0.10,Microsoft.IdentityModel.Protocols.OpenIdConnect8.19.1 → 8.19.2,Microsoft.NET.Test.Sdk18.6.0 → 18.8.1,System.Text.Encodings.Web10.0.9 → 10.0.10.Commits viewable in compare view.
Updated Auth0.ManagementApi from 9.0.0 to 9.2.0.
Release notes
Sourced from Auth0.ManagementApi's releases.
9.2.0
Added
type(tenantororganization, defaulting totenant) and anowner_ididentifying the owning organization, and role listing can be filtered by both. A newclient.Organizations.Roles.Groups.ListAsync(...)sub-client lists the groups assigned to a role within an organization using checkpoint pagination, and four*:organization_clientsOAuth scopes were added. Note that the existing role-member and role-user listings return direct assignments only - group-based assignments are retrieved through the new groups listing or the organization effective-roles endpoint #1088 (fern-api[bot])client.Organizations.Clientssub-client associates clients with an organization and manages those associations - list (checkpoint paginated), associate one or more clients, remove associations, and get or update a single association, including whether a client is used for member access. Organizations expose anis_app_entitlement_activeflag on create, update, and read, and organization listing accepts aninclude_client_association_forclient ID that annotates each returned organization with the matching client association #1088 (fern-api[bot])AddSynchronizedGroupSelectionsAsync(...)andDeleteSynchronizedGroupSelectionsAsync(...)add and remove individual groups without replacing the whole selection set, complementing the existing full-replacement call. Synchronized groups now report their name, email, and direct member count, group listing supports a Lucene prefix-search query, and Self-Service SSO tickets can enable group sync for Google Workspace alongside user sync #1088 (fern-api[bot])client.Agentssub-client for managing agent identities - list (checkpoint paginated), create, read, update, and delete. Agents carry a name, arbitrary metadata, an optional associated client ID, and an optional immutable tenant-unique external identifier. Four*:agentsOAuth scopes were added for these operations #1088 (fern-api[bot])allow_missing_user_id, permitting at most one connected account per user per connection with no upstream identity provider user ID. The default preserves the existing strict behaviour #1088 (fern-api[bot])durationin milliseconds, and thecountry_codesACUL screen context was added #1088 (fern-api[bot])include_totalson more listings: Client grants, client-grant organizations, connections, flow executions, groups, organizations, and organization members listings now acceptinclude_totalsto return a result count alongside the results #1088 (fern-api[bot])Changed
409 Conflict, withConflictSchemaandNotFoundSchemaadded as typed error bodies #1088 (fern-api[bot])Fixed
EventStreams.Deliveries.ListAsync(...)return type changed fromWithRawResponseTask<IEnumerable<EventStreamDelivery>>toTask<Pager<EventStreamDelivery>>, bringing deliveries in line with the checkpoint pagination used elsewhere in the SDK.await foreachover the result still works; code that assigned the result to anIEnumerable<...>variable, enumerated it synchronously, or called.WithRawResponse()on it must be updated.EventStreamCloudEvent.Datatype changed from an encodedstringto a dictionary of event properties, so event contents no longer need manual deserialization. Code that readDataas a string - or deserialized it itself - must be updated to read the properties directly.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])Commits viewable in compare view.
Updated NSubstitute from 6.0.0 to 6.1.0.
Release notes
Sourced from NSubstitute's releases.
6.1.0
NSubstitute v6.1.0
This release reverts nullability support introduced in 6.0. This change caused a number of problems for callers (#973, #976), and trying to resolve these (#976) revealed the need for more fundamental changes to NSubstitute to effectively support this. As a result, nullability is again disabled for public API. Huge thanks to @jdb0123, @Romfos, and @Moha-sami for their PRs addressing this, and thanks for all those who raised issues. We also humbly award @zvirja with one unlimited "I told you so" pass to use as he sees fit.
What's Changed
New Contributors
Full Changelog: nsubstitute/NSubstitute@v6.0.0...v6.1.0
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