Hi,
I'm looking for some guidance on whether this is possible, and if so any articles/blogs that may help get this going.
I have a portal that I wrote several months ago. All users have to log in using the local asp.net identity database. Everything is working fine but, I now want to add an additional layer of security by using client certificates and doing one-one mapping of each certificate to each user in the local database, to use the "something you know, and something you have" principle. I have done some searching but can only seem to find articles that relate to mapping to windows users, be it local or AD.
Any ideas would be appreciated.
Thanks.