Product Documentation

To install StrongKey Discover application, login as root user on the same machine where SKFS is installed and follow the deployment steps.

Prerequisites

  • 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.

Deploy Instructions

  1. Login as root user.
  2. Install wget if it has not been already.
    sudo dnf install wget
  3. Create a symlink from the /usr/local/strongauth to /usr/local/strongkey by running the following command:
    $ sudo ln -s /usr/local/strongkey /usr/local/strongauth
  4. Create the following directory to configure Discover application properties.

    $ mkdir -p /usr/local/strongkey/discover/etc
    
  5. Create a configuration file for the Discover application.

    $ vi /usr/local/strongkey/discover/etc/discover-configuration.properties
  6. 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.
  7. Login as strongkey user.
    $ su - strongkey
  8. Download the binary distribution file discover-dist.tgz.
    $ wget https://sourceforge.net/projects/strongkeyfido/files/v4.14.0/sampleapps/java/discover/discover-4.14.0-dist.tgz
  9. Verify if sha256sum for the distribution matches a74c4ceefc809d99eb234152d98eb649728c41e5157bb779d4696c01ca807c38
    $ sha256sum discover-4.14.0-dist.tgz
  10. Extract the downloaded file to the current directory:
    $ tar xvzf discover-4.14.0-dist.tgz
    $ cd discover-dist
  11. Deploy Discover application by running the following command.

    $ asadmin deploy discover.war
  12. Access the Discover application by going to:
     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..