To install StrongKey Discover application, login as root user on the same machine where SKFS is installed and follow the deployment steps.
Rocky Linux 9 VM with SKFS installed
NOTE: Follow these instructions to install SKFS if not already.
Make sure skfs.cfg.property.jwt.create property for SKFS is set to true, see here.
sudo dnf install wget
/usr/local/strongauth
to /usr/local/strongkey
by running the following command:$ sudo ln -s /usr/local/strongkey /usr/local/strongauth
Create the following directory to configure Discover application properties.
$ mkdir -p /usr/local/strongkey/discover/etc
Create a configuration file for the Discover application.
$ vi /usr/local/strongkey/discover/etc/discover-configuration.properties
Enter the appropriate values (listed in []) to configure Discover application. Full configuration properties can be found here.
discover.cfg.property.apiuri=https://**[hostname of FIDO Server]**:8181
Save and exit.$ su - strongkey
$ wget https://sourceforge.net/projects/strongkeyfido/files/v4.14.0/sampleapps/java/discover/discover-4.14.0-dist.tgz
$ sha256sum discover-4.14.0-dist.tgz
$ tar xv
zf discover-4.14.0-dist.tgz
$ cd discover-dist
Deploy Discover application by running the following command.
$ asadmin deploy discover.war
https://<fqdn-of-discover-vm>:8181/discover
This is the first version of the Discover application. For any issues or feedback please contact StrongKey support at This email address is being protected from spambots. You need JavaScript enabled to view it..