Configuring SKSO with SKFS
Go to /usr/local/strongauth/skso/etc. Edit the skso-configuration.properties using a preferred editor. Change the following property to configure the external SKFS:
skso.cfg.property.apiuri=https://demo.strongkey.com:8181
Restart Payara
sudo systemctl restart payara
Configuring SKSO with Citrix Gateway
Go to /usr/local/strongauth/skso/etc and open the skso-configuration.properties in an editor. Change the following property to configure the Citrix Gateway:
skso.cfg.property.citrix.integration=true
skso.cfg.property.saml.requester=https://skgatewaytest.strongkey.com/
Add the 'Form-Action-Policy' to Payara System Properties with the URL where Citrix is expecting SAML response by running the following command as "strongauth" user.
asadmin create-system-properties FORM_ACTION_SOURCE=https\\://<NEW_CITRIX_FQDN 1>\ <NEW_CITRIX_FQDN 2>
Restart Payara
sudo systemctl restart payara
NOTE: The default password is: “ShaZam123”
There are other configurations that can be configured for SKSO. Please follow this link to get an understanding of all the SKSO properties that can be configured.