Product Documentation

Fixes and Changes in SKSO v4.12

#

Explanation

BUG-42

Renamed the skso.cfg.property.referer property to skso.cfg.property.saml.requester

This property represents the URL of the service requesting a SAML assertion and is prepared to accept the assertion response from SKSO. For more details on this policy see here.

BUG-61

Fixed incorrect font on Error 404 page

When SKSO encounters a missing resource, it presents a 404 error message; the issue with the incorrect font on this page has been successfully resolved.

RFE-69

Make SKSO able to submit to multiple Citrix Gateways

SKSO can accept SAML AuthnRequests from multiple requesters by modifying the FORM_ACTION system property with the additional requester's FQDN.To see the steps, click here.

RFE-84

Custom Images for SKSO Landing Page

You can now change the images on the SKSO Landing page to provide a customized experience to the users. For steps on how to configure these new properties see here.

Following properties are available to customize the Landing page images.

# Boolean value to use the custom Abstract image. Acceptable values[true,false]
skso.cfg.property.custom.abstract.image.use=false

# Location of the custom Abstract image on the file system of the machine/vm where SKSO is deployed. Acceptable image formats [JPG,JPEG,PNG]
skso.cfg.property.custom.abstract.image.location=/usr/local/strongauth/skso/abstract.png

# Boolean value to use the custom Logo image. Acceptable values[true,false]
skso.cfg.property.custom.logo.image.use=false

# Location of the custom Logo image on the file system of the machine/vm where SKSO is deployed. Acceptable image formats [JPG,JPEG,PNG]
skso.cfg.property.custom.logo.image.location=/usr/local/strongauth/skso/logo.jpeg

RFE-86

Show WebAuthn Not Supported Banner on the Landing Page when using with a Browser which does not support WebAuthn

SKSO will now show a "Not Supported" banner on the Landing page for browsers not supporting WebAuthn. Click here to verify browsers that support WebAuthn.

BUG-90

TLS Client Authentication for SKSO

SKSO can now perform PKIX validation for TLS Client Authentication to provide a more secure experience for the users. For steps on how to configure TLS Client Auth for SKSO see here.