Skip to content

Commit

Permalink
Updated comment for issuer validation source for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
iNinja committed Jan 13, 2025
1 parent 3403ac5 commit 08acf78
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
namespace Microsoft.IdentityModel.Tokens
{
/// <summary>
/// Represents the source of the validation of an issuer.
/// Represents the source from which the token issuer was validated.
/// i.e. whether the issuer was matched with the configuration provided or the validation parameters provided.
/// If a custom issuer validation delegate is used, a custom validation source can be instantiated and used.
/// </summary>
internal class IssuerValidationSource
{
Expand Down

0 comments on commit 08acf78

Please sign in to comment.