Clearing WebAuthn credentials in Windows fail on azure.
According to https://superuser.com/a/1562423
You are able to run the following command to list all credentials
certutil -csp NGC -key
then -delkey id to remove.
This works perfectly on my local machine BUT on the azure desktop it can't find any despite multiple existing. I believe this is due to user scope i.e. everything on the azure is elevated all the time, but specifying different sids didn't work.
Neither did running command line with reduced privileges.
Any thoughts?