Skip to content

Commit

Permalink
Merge pull request #1521 from krosn/krosn/add-subject-token-to-sensit…
Browse files Browse the repository at this point in the history
…ive-values

Filter subject token from TokenRequest log
  • Loading branch information
brockallen authored Feb 20, 2024
2 parents a5dff49 + a9bd9b4 commit aff8930
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public class LoggingOptions
OidcConstants.TokenRequest.ClientAssertion,
OidcConstants.TokenRequest.RefreshToken,
OidcConstants.TokenRequest.DeviceCode,
OidcConstants.TokenRequest.Code
OidcConstants.TokenRequest.Code,
OidcConstants.TokenRequest.SubjectToken
};

/// <summary>
Expand Down

0 comments on commit aff8930

Please sign in to comment.