Skip to content

Commit

Permalink
mark keysAttempted as non PII
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng committed Jan 22, 2025
1 parent 442baa3 commit c4c653f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ private static ValidationError GetDecryptionError(
return new ValidationError(
new MessageDetail(
TokenLogMessages.IDX10603,
keysAttempted.ToString(),
LogHelper.MarkAsNonPII(keysAttempted.ToString()),
exceptionStrings?.ToString() ?? string.Empty,
LogHelper.MarkAsSecurityArtifact(decryptionParameters.EncodedToken, SafeLogJwtToken)),
ValidationFailureType.TokenDecryptionFailed,
Expand Down

0 comments on commit c4c653f

Please sign in to comment.