ASP.NET Core 8 API Certificate Authentication is not working
I have a library I created originally in .NET 6. I recently performed an in-place upgrade to .NET 8. Now, the library code never executes. Here is the code for the AuthenticationService.cs class (implements an interface, IAuthenticationService.cs, that has a stub for the IsValidClientCertificate method — used in dependency injection):