Set the pf.idp.wstrust.samlp.resp system property to
true
.
-
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
- Find the
# Java Additional Parameters
section. - 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
- Find the
- 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"
- If your PingFederate is running as a
Windows service, this is done in <PF install
location>\pingfederate\sbin\wrapper\PingFederateService.conf
- Restart PingFederate. See Start and stop PingFederate.