This guide walks you through the steps to customize SKSO’s landing page with custom images.
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.
Image Type | Resolution | File Format |
Hero Image | 535x535 px | JPG,JEPG or PNG |
Logo Image | 480x50 px | JPG,JEPG or PNG |
vi /usr/local/strongauth/skso/etc/skso-configuration.properties
skso.cfg.property.custom.hero.image.location=/usr/local/strongauth/ skso/abstract.png
skso.cfg.property.custom.hero.image.use=true
skso.cfg.property.custom.logo.image.location=/usr/local/strongauth/ skso/logo.png
skso.cfg.property.custom.logo.image.use=true
systemctl restart payara