Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pkcs11 sso (using prior windows login with smartcard)

I wish to do the following:

  1. Login or unlock my windows account with a smartcard (I know how). The smartcard prompts for PIN.

  2. Then access a java software inside the account - and I want to use the same smartcard during its operation. However, I don't want it to prompt for PIN, but rather rely on the prior windows authentication.

Question: is this possible?

Thank you.

like image 350
user967710 Avatar asked Nov 04 '22 08:11

user967710


1 Answers

If you're allowed to patch your existing login procedures, perhaps its worth it to look at pGina (http://pgina.org/), as it is a modular replacement for the GINA part of Windows.

like image 81
aldrinleal Avatar answered Nov 12 '22 17:11

aldrinleal