Skip to content

Bump the all-actions group with 2 updates - #462

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/all-actions-6b47a45b18
Open

Bump the all-actions group with 2 updates#462
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/all-actions-6b47a45b18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

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

  • Upstream IdP session expiry (IPSIE SL1) enforcement #​272 (tanya732) - when Auth0 brokers an upstream identity provider that enforces its own session lifetime, that ceiling now caps the session in the application too, so a user is not kept signed in past the point the upstream IdP considers their session over. Enforcement is automatic and requires no code opt-in; it activates only when the connection emits a session_expiry claim (Unix seconds) on the ID token (connection option id_token_session_expiry_supported).

Security

  • Bump dependencies #​274 (dependabot[bot]) - consolidates several Dependabot bumps (supersedes #​267, #​271): Microsoft.IdentityModel.Protocols.OpenIdConnect 8.19.2 → 8.22.0.
  • Dependency updates #​266 (kailash-b) - bundles a set of routine Dependabot updates keeping both the NuGet package references and GitHub Actions workflow versions current.
    • NuGet packages: Microsoft.AspNetCore.Mvc.Testing 10.0.9 → 10.0.10, Microsoft.IdentityModel.Protocols.OpenIdConnect 8.19.1 → 8.19.2, Microsoft.NET.Test.Sdk 18.6.0 → 18.8.1, System.Text.Encodings.Web 10.0.9 → 10.0.10.

Commits viewable in compare view.

Updated Auth0.ManagementApi from 9.0.0 to 9.1.0.

Release notes

Sourced from Auth0.ManagementApi's releases.

9.1.0

Added

  • Cross-App Access (resource-app side): Added CrossAppAccessResourceApp support to connections via CreateCrossAppAccessResourceApp / UpdateCrossAppAccessResourceApp request types, the ConnectionCrossAppAccessResourceApp response type, and the CrossAppAccessResourceAppStatusEnum / ConnectionCrossAppAccessResourceAppStatusEnum status enums. A CrossAppAccessResourceApp property 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])
  • Identity Assertion Authorization Grant (ID-JAG for Cross App Access): Added IdentityAssertionAuthorizationGrant type with CreateIdentityAssertionAuthorizationGrant / UpdateIdentityAssertionAuthorizationGrant request types, exposed as an IdentityAssertionAuthorizationGrant property on CreateClientRequestContent, UpdateClientRequestContent, and the Client response. When active, a client can exchange ID-JAGs for access tokens #​1072 (fern-api[bot])
  • Session Actor: Added SessionActorMetadata type and the SessionActorClaimValue union (string/bool/number), exposed as an Actor property on the session response types (GetSessionResponseContent, SessionResponseContent, UpdateSessionResponseContent) — represents the delegating party on delegated sessions (sub plus up to 5 additional primitive claims) #​1072 (fern-api[bot])
  • Self-Service Profiles: Added ThirdPartyClientAccessConfig type and a ThirdPartyClientAccessConfig property on CreateSelfServiceProfileSsoTicketRequestContent, controlling whether third-party apps can configure the connection as a domain-level connection during Self-Service Enterprise Configuration #​1072 (fern-api[bot])
  • Branding Themes: Added BrandingThemeIdentifiers type with login display, OTP autocomplete, and phone display formatting/masking enums (BrandingThemeIdentifiersLoginDisplayEnum, BrandingThemeIdentifiersPhoneDisplay, BrandingThemeIdentifiersPhoneDisplayFormattingEnum, BrandingThemeIdentifiersPhoneDisplayMaskingEnum), plus an Identifiers property on the theme create/update request and response types (CreateBrandingThemeRequestContent, UpdateBrandingThemeRequestContent, CreateBrandingThemeResponseContent, UpdateBrandingThemeResponseContent, GetBrandingThemeResponseContent, GetBrandingDefaultThemeResponseContent) #​1072 (fern-api[bot])
  • Attack Protection: Added SuspiciousIpThrottlingPreCustomTokenExchangeStage, added as a pre-custom-token-exchange stage on SuspiciousIpThrottlingStage #​1072 (fern-api[bot])
  • TenantDomain client option: Added ClientOptions.TenantDomain; when set without an explicit BaseUrl, ManagementApiClient derives BaseUrl as https://{TenantDomain}/api/v2. An explicit BaseUrl always takes precedence #​1072 (fern-api[bot])
  • Response decompression: Added gzip/deflate response decompression via a new DefaultHttpClientFactory #​1072 (fern-api[bot])

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 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

Bumps Auth0.AspNetCore.Authentication from 1.9.0 to 1.10.0
Bumps Auth0.ManagementApi from 9.0.0 to 9.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.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies nuget Dependabot NuGet dependency updates labels Aug 2, 2026
@github-actions github-actions Bot added squad Squad triage inbox — Lead will assign to a member squad:boromir Assigned to Boromir (DevOps / Infra) labels Aug 2, 2026
@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

🤖 Dependency Update PR

This PR was opened by dependabot[bot] and has been automatically labeled for Boromir (DevOps) to review.

Labels applied:

  • squad:boromir — Assigned to DevOps for dependency updates
  • squad — In triage queue

Dependency and infrastructure updates are owned by the DevOps team.

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Test Results Summary

556 tests  ±0   518 ✅ ±0   13s ⏱️ ±0s
  6 suites ±0    38 💤 ±0 
  6 files   ±0     0 ❌ ±0 

Results for commit 19012c3. ± Comparison against base commit 938e8be.

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.78%. Comparing base (938e8be) to head (19012c3).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #462   +/-   ##
=======================================
  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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies nuget Dependabot NuGet dependency updates squad:boromir Assigned to Boromir (DevOps / Infra) squad Squad triage inbox — Lead will assign to a member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants