Product Documentation

1—Introduction

This guide walks you through the steps to customize SKSO’s landing page with custom images.

 

2—Prerequisite

Following are required to follow this guide:
  • Access to strongauth account on the VMs where SKSO is installed.

  • A Custom Image for the Hero image on the Landing Page shown on the left half of the page, if you choose to customize it.

  • A Custom Image for the Company Logo on the Landing Page shown on the right half of the page, if you choose to customize it.

 

3—Steps

  1. SSH Into the SKSO VM as strongauth user

  2. Copy your custom images for Landing page to /usr/local/strongauth/skso/etc

  3. Recommended image sizes:

    Image Type Resolution File Format
    Hero Image 535x535 px JPG,JEPG or PNG
    Logo Image 480x50 px JPG,JEPG or PNG
  4. Open the SKSO Config Properties by running the following command

    vi /usr/local/strongauth/skso/etc/skso-configuration.properties
  5. Set the path of the custom hero image on the file system by changing the following property.

    skso.cfg.property.custom.hero.image.location=/usr/local/strongauth/
    skso/abstract.png
  6. To use this custom image for the hero image on the Landing Page change the following property to true.

    skso.cfg.property.custom.hero.image.use=true
  7. Set the path of the custom company logo image on the file system by changing the following property.

    skso.cfg.property.custom.logo.image.location=/usr/local/strongauth/
    skso/logo.png
  8. To use this custom image for the company logo image on the Landing Page change the following property to true.

    skso.cfg.property.custom.logo.image.use=true
  9. Restart Payara by running the following command:

    systemctl restart payara