Skip to content

Commit

Permalink
Apply suggestion from review
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 committed Jun 28, 2024
1 parent 657a788 commit 74a8af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Microsoft.IdentityModel.Protocols.OpenIdConnect
{
/// <summary>
/// A context that is used by a <see cref="OpenIdConnectProtocolValidator"/> when validating an OpenIdConnect Response
/// to ensure it compliant with <see href="https://openid.net/specs/openid-connect-core-1_0.html"/>.
/// to ensure it's compliant with <see href="https://openid.net/specs/openid-connect-core-1_0.html"/>.
/// </summary>
public class OpenIdConnectProtocolValidationContext
{
Expand Down

0 comments on commit 74a8af8

Please sign in to comment.