Skip to content

Fix CI build for updated Auth0 client - #792

Merged
AndreaCuneo merged 2 commits into
renovate/all-minor-patchfrom
copilot/fix-ci-build-failure
Jul 25, 2026
Merged

Fix CI build for updated Auth0 client#792
AndreaCuneo merged 2 commits into
renovate/all-minor-patchfrom
copilot/fix-ci-build-failure

Conversation

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

The CI build failed after Auth0.AuthenticationApi introduced two new IAuthenticationApiClient methods. The caching decorator no longer implemented the updated interface.

  • Auth0 compatibility
    • Added passthrough implementations for:
      • TokenExchangeTokenRequest
      • FederatedConnectionAccessTokenRequest
    • Added XML documentation for both public methods.
public async Task<AccessTokenResponse> GetTokenAsync(
    TokenExchangeTokenRequest request,
    CancellationToken cancellationToken = default)
{
    return await _inner.GetTokenAsync(request, cancellationToken)
        .ConfigureAwait(false);
}

Copilot AI and others added 2 commits July 25, 2026 06:18
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
Co-authored-by: AndreaCuneo <5227688+AndreaCuneo@users.noreply.github.com>
@AndreaCuneo
AndreaCuneo marked this pull request as ready for review July 25, 2026 06:44
@AndreaCuneo
AndreaCuneo requested a review from a team as a code owner July 25, 2026 06:44
@AndreaCuneo
AndreaCuneo merged commit 3173092 into renovate/all-minor-patch Jul 25, 2026
4 checks passed
@AndreaCuneo
AndreaCuneo deleted the copilot/fix-ci-build-failure branch July 25, 2026 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants