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.15.1/sampleapps/java/discover/discover-v4.15.1-dist.tgz
sha256sum discover-v4.15.1-dist.tgz
tar xvzf discover-v4.15.1-dist.tgz
cd discover-dist
Deploy Discover application by running the following command.
asadmin deploy discover.war
https://<fqdn-of-discover-vm>:8181/discover
The LDAP service credentials used by the web application may be changed by setting the following configurations in the configuration file found at: /usr/local/strongkey/discover/etc/discover-configuration.properties
discover.cfg.property.skfs.adminusername=<non-default admin FIDO service username> discover.cfg.property.skfs.adminpassword=<non-default admin FIDO service username> discover.cfg.property.svcusername=<non-default FIDO service username> discover.cfg.property.svcpassword=<non-default FIDO service username> discover.cfg.property.jwtpassword=<non-default JWT key password> discover.cfg.property.rpid=<non-default RPID>
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..