Totoro53
Totoro53

Reputation: 358

PHP site with SmartCard + local app for authentication

You can achieve SmartCard/PIN based authentication to a Java website using a portlet/servlet on the server side and an applet on the client side.

How would one go about achieving the same thing when you want the site to be a PHP website? (Although not a flat PHP/MySQL situation, but a 3-tier PHP→Spring WS→MySQL)

Upvotes: 0

Views: 284

Answers (1)

l.renkema
l.renkema

Reputation: 2622

The best solution would be creating a client in PHP that talks to Spring WS.

In Spring WS you can implement an API that can be used by PHP.

I'm not sure what smartcard you have and what protocol is used.

Upvotes: 1

Related Questions