Hi everyone
Here is the situation: we are in a company where users use their smartcards to log into windows and different other services
I have a website that I want to allow users to login useing their smartcards
I have been reading around and this seems to be a rather complex thing to do or is there ia simple way to do it?
One solution that I have been thinking of in stead is to use ASP.NET to read credentials of the user who is loged in windows with the smart card and use that to identify them. The problem is that users can also log into windows using their own user names and passwords, and I want to restrict access to smart cards only, is there a way to see if the user is loged in windows by smart card or not? or is there a simple way to authenticate users smart card to log in website
Many thanks in advance