Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we popup the PIN dialog (runtime) for the user to enter PIN during C_Login / C_LoginUser #102

Open
subu1979 opened this issue May 3, 2023 · 1 comment

Comments

@subu1979
Copy link

subu1979 commented May 3, 2023

image

@subu1979
Copy link
Author

subu1979 commented May 3, 2023

Also we tried the below code snippet

// Set the CKF_PROTECTED_AUTHENTICATION_PATH flag to automatically trigger the PIN popup
const flags = pkcs11.CKF_PROTECTED_AUTHENTICATION_PATH;
session.login(pkcs11.CKU_USER, null, flags);

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant