wkleinschmit wrote:
every time I log on, Windows gives me two options:
1.) Logon with username + password
2.) Logon with username + password + YubiKey plugged in
With both methods I log in to the same account.
Yeah, the latest yubico-windows-auth-3.3.7.exe
does not disable default Windows 10 credential provider for logon, hence the two login options.
To list providers' GUIDs head to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers
The default one is PasswordProvider with GUID (for Win8 and Win10) {60b78e88-ead8-445c-9cfd-0b87f74ea6cd}
You can read up on disabling cred-providers through GP here:
http://softwarefileprotection.com/how-t ... -interfaceBTW, it's not OTP, it's HMAC-SHA1 Challenge-Response mode we're using with yubico windows auth.