Skip to content

Commit

Permalink
Merge pull request #10 from DuendeSoftware/log-message
Browse files Browse the repository at this point in the history
Minor log message fix
  • Loading branch information
josephdecock authored Oct 24, 2024
2 parents c9cda56 + 2212e91 commit 05f06ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ protected virtual async Task ValidateNonce(

if (IsExpired(context, result, time, ExpirationValidationMode.Nonce))
{
Logger.LogDebug("DPoP 'nonce' expiration failed. It's possible that the server farm clocks might not be closely synchronized, so consider setting the ServerClockSkew on the DPoPOptions on the IdentityServerOptions.");
Logger.LogDebug("DPoP 'nonce' expired. Issuing new value to client.");

result.SetError("Invalid 'nonce' value.", OidcConstants.TokenErrors.UseDPoPNonce);
result.ServerIssuedNonce = CreateNonce(context, result);
Expand Down

0 comments on commit 05f06ce

Please sign in to comment.