Questions tagged [fido]

FIDO (Fast IDentity Online) is a technical specification for biometric authentication to online services.

62 questions
0
votes
1 answer

Can counter-based OTPs instantly be reused at multiple services?

I am reading about hardware-based 2FA and wonder about counter-based OTPs generated from, for example, a Yubikey. I have read that in these cases, a push of a button generates a string composed of a public key, a counter, and the OTP. The service…
bers
  • 200
  • 1
  • 9
0
votes
2 answers

Multiple tokens support for FIDO u2F

I am implementing a web service to support U2F. I need users to be able to register more than one token to their account. How should the authentication request message look when we have more than 1 key handle? Currently working with the chrome…
YuvalJ
  • 23
  • 5
1 2 3 4
5