I need to upgrade an ActiveX smartcard authentication in IE to a Blazor web authentication in .NET 5. It is mandatory an Authentication via SmartCard with PIN. I setup identityServer4 as for Configure certificate authentication in ASP.NET Core but when login page is called, the smartcard reader doesn't read the smartcard inserted in the client. I need to validate the login on the server against the certificate to be read in the smartcard on the client.
Is there a way to accomplish this goal through a Blazor client-side page?