Product Documentation

Enabling Related Origin Requests (only available in SKFS v4.14.0 onwards)

  • Switch to (or login as) the strongkey user

    shell> su - strongkey
  • Edit the skfs properties file

    shell> vi /usr/local/strongkey/skfs/etc/skfs-configuration.properties
  • Set skfs.cfg.property.fido2.rp.relatedorigins.enabled to true and set skfs.cfg.property.fido2.rp.relatedorigins.origins to the list of the allowed comma separated Related Origins.

    skfs.cfg.property.fido2.rp.relatedorigins.enabled=true
    skfs.cfg.property.fido2.rp.relatedorigins.origins=https://webapp.strongkey.com:8282,https://example.strongauth.com
    
  • Restart the Payara using the following command:

    shell> sudo systemctl restart payara

     

 

Disabling ROR in SKFS 

  • Switch to (or login as) the strongkey user

    shell> su - strongkey
  • Edit the skfs properties file

    shell> vi /usr/local/strongkey/skfs/etc/skfs-configuration.properties
  • Set skfs.cfg.property.fido2.rp.relatedorigins.enabled to false.

    skfs.cfg.property.fido2.rp.relatedorigins.enabled=false
  • Restart the Payara

    shell> sudo systemctl restart payara