I have been doing some research on this the past couple days and have yet to find a solution. I have seen suggestions that include the php Exec() function to call an outside application to handle this. I have been looking for a tutorial like this one for a PHP based site - http://securitythroughabsurdity.com/2007/04/implementing-smart-card-authentication.html. Any advice or guidance on this would be greatly appreciated.

Thanks, Jerry

Edit - I was checking this post out How to make php application to require smart card authentication. but it does not pertain to my goal. Can the SSLVerifyClient require be used with a Smart Card?

link|improve this question
I think you'll need to have the web server handle the X.509-certificate based authentication and pass the user credentials to the PHP script as a server variable. The client's private key could be stored on a smartcard, but of course the web server has no direct control over that. – Borealid May 3 '11 at 14:41
Thanks for the response. Unfortunately, I don't manage the server the site is hosted on, so I have had a lot of obstacles. – Jerry May 5 '11 at 15:42
What sort of interface / device do you have to get data from the Smart Card? I built an app several years ago that used a magnetic card for authentication. There are devices which act like a keyboard so you swipe the card through that device while the mouse focus is the text input of some form. Perhaps something similar would work here? – quickshiftin Jan 22 at 16:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.