Re: [webauthn] Managing FIDO keys (#1612)

Hi. I’ve recently been working on a project involving FIDO2.
While working on this project, I generated several FIDO2 keys on Windows Hello in my laptop using a non-admin account. I now have about 40. I’ve been looking for a way to delete them. The only way is apparently running this command from an elevated powershell:

certutil -csp NGC -key
certutil -csp NGC -delkey

The problem with this is that the archive that contains the keys is user-specific, so when I use an elevated Powershell, I don’t see the keys for my non-admin account. I only see them using my non-admin account (from a non-elevated Powershell), but I can’t delete them from that account.

I’m not sure how to get around this problem. 
Any ideas would be appreciated.

-- 
GitHub Notification of comment by erionpc
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1612#issuecomment-1331884767 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 30 November 2022 09:43:34 UTC