google / webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://try-webauthn.appspot.com
Apache License 2.0
563 stars 123 forks source link

Security key touch not detected #52

Closed dandv closed 5 years ago

dandv commented 5 years ago

After I click "AUTHENTICATE" in the demo, I see the pop-up below, but touching the YubiKey C nano doesn't register. I can use that security key to log into corp sites (I'm a Googler) without problem.

image

Pixelbook running Chrome OS Version 71.0.3558.0 (Official Build) dev (64-bit).

cpiper commented 5 years ago

Hi did you register the key successfully first and the authentication isn't working? Or is the key blinking and the touch isn't acknowledged?

dandv commented 5 years ago

When I tap on "REGISTER PLATFORM AUTHENTICATOR" (if that's what you mean by registering the key), I get "Your identity couldn't be verified / This device doesn't support the type of security key requested by this website". When I tap "AUTHENTICATE", the security key doesn't blink. It does blink when I use go/sc.

cpiper commented 5 years ago

Register platform authenticator means to register a built in authenticator (such as fingerprint). You need to register the key with "Register new credential" before trying to authenticate.

cpiper commented 5 years ago

Closing for now. Feel free to reopen if you aren't able to get it to work.