here are the problem description:
1.A smart card reader solution needs to be integrated with active directory
2.When a user inserts his smart card into the smart card reader attached to his PC, he needs to be authenticated against active directory and allowed to log in
3.The authentication request will be sent to a Smart Card server. This server will be responsible for delegating the authentication request to active directory from ALL PCs
4.The Smart card server is validated by a certificate stored on a smart card. This smart card is inserted in a reader attached to the smart card server itself, and needs to be inserted all the time for the server to function correctly .
Main Topics
Browse All Topics





by: ParanormasticPosted on 2009-03-10 at 05:22:16ID: 23845721
the first part really doesn't make any sense. I think you might be trying to describe client certificate mapping, but your understanding of how it is done may be a little bit off..
the second part makes more sense. Using a certificate issued from either the 'smartcard logon' or 'smartcard user' template will allow for smartcard logon. If you use this certificate for mapping you should be set. The other alternative would be if your app allows for Kerberos authentication in an environment where smartcard logon is enforced.