The following are required to successfully use the FIDO2 server:
Linux PCs require the following task to be completed before beginning the demo:
ACTION!="add|change", GOTO="u2f_end", KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="*", ATTRS{idProduct}=="*", TAG+="uaccess", LABEL="u2f_end"
Prerequisites for the Proof-of-Concept Java Application
This service provider web application example must have a means of connecting with a StrongKey FIDO Server. You can install SKFS either on the same machine as your service provider web application or a different one.
You must have a Java web application server. These instructions assume you are using Payara (GlassFish).
The instructions assume the default ports for all the applications installed; Payara runs HTTPS on port 8181 by default, so make sure all firewall rules allow that port to be accessible.