We have implemented an web application (ASP.NET 5) and enabled Windows Authentication in IIS.
The Edge browser prompts an authentication dialog which requests an username and password. The dialog provides an link "More choices" where we can authenticate via an smart card:
We do not know if there is a special windows configuration which provides the smart card authentication in this dialog.
Unfortunately, Google Chrome and Firefox do not provide the authentication via smart card. Only password is provided:
Question: Is it possible to enable smart card authentication for the build-in dialogs in Chrome and Firefox like in Microsoft´s Edge?