Skip to content

Commit

Permalink
fix policheck issue (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Sep 24, 2024
1 parent 65ea910 commit beac113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Microsoft.IdentityModel.TestExtensions
/// The example imagines a class, ClassWithMicrosoftIdentityModelDependency, which exposes ValidateToken, a method calling the
/// Microsoft.IdentityModel library and GetTokenValidationParameters which retrieves the <see cref="TokenValidationParameters"/>
/// the code under test actually uses. Note that it's important to use the real <see cref="TokenValidationParameters"/> since that
/// will allow the unit tests to actually confirm if there's a hole in the validation (e.g. certain important validation is disabled,
/// will allow the unit tests to actually confirm if there's a gap in the validation (e.g. certain important validation is disabled,
/// <see cref="TokenValidationParameters.ValidateAudience"/>, <see cref="TokenValidationParameters.ValidateIssuer"/>, etc.)
///
/// In the following code example, generateTokenToTest should be one of the methods from this class.
Expand Down

0 comments on commit beac113

Please sign in to comment.