Skip to content

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
iNinja committed Jun 18, 2024
1 parent 3657e82 commit 244c470
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ internal static async Task<IssuerValidationResult> ValidateIssuerAsync(
new StackFrame(true)));
}

// TODO - we should distinguish if configuration, TVP.ValidIssuer or TVP.ValidIssuers was used to validate the issuer.
if (configuration != null)
{
if (string.Equals(configuration.Issuer, issuer))
Expand Down

0 comments on commit 244c470

Please sign in to comment.