Product Documentation

The following are required to successfully use the FIDO2 server:

  • A FIDO® Certified Authenticator; check this list for vendors of compatible FIDO2 devices
  • browser release that supports the WebAuthn protocol
  • A computer with Microsoft Windows, macOS, or CentOS Linux installed

Linux Users

Linux PCs require the following task to be completed before beginning the demo:

  1. Using sudomodify the /etc/udev/rules.d/70-u2f.rules file. If it doesn't already exist, create it.
  2. Add the following text to the file:
    ACTION!="add|change", GOTO="u2f_end", KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="*", ATTRS{idProduct}=="*", TAG+="uaccess", LABEL="u2f_end"
  3. Reboot the Linux PC.

Example code to get started building your own FIDO server.