Conversation
--- updated-dependencies: - dependency-name: Auth0.AspNetCore.Authentication dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/bot/src/ChampionsOfKhazad.Bot.Portal/Auth0.AspNetCore.Authentication-1.8.0
branch
from
June 29, 2026 12:15
1073bc9 to
40961c7
Compare
UncleDave
deleted the
dependabot/nuget/bot/src/ChampionsOfKhazad.Bot.Portal/Auth0.AspNetCore.Authentication-1.8.0
branch
June 29, 2026 12:18
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.7.0 to 1.8.0.
Release notes
Sourced from Auth0.AspNetCore.Authentication's releases.
1.8.0
Added
HttpContext.GetAccessTokenAsync(AccessTokenRequest)extension returns an access token for a requested audience and/or scope, served from the session cache when possible and otherwise via a refresh-token exchange.Auth0WebAppWithAccessTokenOptions.ScopeByAudience.OnAccessTokenRefreshFailedevent surfaces refresh failures, letting callers distinguish terminal failures (warranting re-login) from transient ones.MfaRequiredExceptionsurfaces the challenge, andIAuthenticationApiClient(registered viaWithAuthenticationApiClient()) lets the application complete OTP, OOB, or recovery-code grants and manage authenticators.Auth0WebAppWithAccessTokenOptions.AccessTokenExpirationLeeway(TimeSpan, default 60s) controls how far ahead of expiry the SDK proactively refreshes the access token. Previously hard-coded to 60 seconds; the default preserves prior behavior. Applies to both primary and additional (MRRT) cached tokens, and only takes effect whenUseRefreshTokensis enabled.WithSessionStoremethod onAuth0WebAppAuthenticationBuilderstores the authentication session server-side (viaITicketStore) instead of in the cookie. It attaches the store to the SDK's own resolved cookie scheme, so it works even with a customCookieAuthenticationScheme. Two overloads are provided:WithSessionStore<TStore>()(resolved from DI) andWithSessionStore(ITicketStore instance). Opt-in and additive; the default stateless cookie session is unchanged.Fixed
client_assertionaudience #236 (samjetski) - fixes a regression introduced in 1.7.0 (#206) where the Private Key JWT client assertionaudclaim was built ashttps://{tenant}//(double slash), causing Auth0's/oauth/tokenendpoint to reject the assertion with401 invalid_clientand leaving affected apps (any usingClientAssertionSecurityKey) in a callback loop.OnValidatePrincipalto the configured cookie scheme #248 (kailash-b) - fixes a scheme mismatch where the access-token refresh hook was registered against the default"Cookies"scheme rather than the configuredCookieAuthenticationScheme.Security
Microsoft.IdentityModel.Protocols.OpenIdConnect8.18.0 → 8.19.1,Microsoft.AspNetCore.Mvc.Testing10.0.8 → 10.0.9,Microsoft.AspNetCore.Mvc.ViewFeatures2.3.10 → 2.3.11,System.Text.Encodings.Web10.0.8 → 10.0.9.1.7.1
Security
Commits viewable in compare view.