Set the pf.idp.wstrust.samlp.resp system property to true.

  1. Do one of the following depending on how you are running PingFederate
    • If your PingFederate is running as a Windows service, this is done in <PF install location>\pingfederate\sbin\wrapper\PingFederateService.conf
      1. Find the # Java Additional Parameters section.
      2. Attribute the next number in the list to a wrapper.java.additional parameter. For example: wrapper.java.additional.15=-Dpf.idp.wstrust.samlp.resp=true
    • If you are not running PingFederate as a Windows service, you will need to append the appropriate run file in the bin folder (run.bat or run.sh). For example, in run.sh add JAVA_OPTS="$JAVA_OPTS -Dcom.ncipher.provider.announcemode=on -Dpf.idp.wstrust.samlp.resp=true"
  2. Restart PingFederate. See Start and stop PingFederate.