- π«π·France DeFr
I also need to deal with an IdP than only supports POST requests, so I've been trying out this patch, which seems to work.
This IdP requires the login requests to be signed too, so I was also very interested in the
$add_cert = $add_cert === 'FAKE' && !empty($library_config['httpPostBinding']) ? TRUE : $add_cert;
hunk ; can't figure out though how you can end up with $library_config['httpPostBinding'] being set as is though, I guess you have another custom patch to set it ? That's what I did, and with all that, the communication with the IdP seems to work fine.
- π¨πSwitzerland wengerk Lausanne
Here is the rerolled patch for release
8.x-3.10
.