Our current SAML setup has been working just fine with the more or less default setup provided by the library SimpleSAMLPHP. However, one new IDP specifically needs to bind to the SP via a POST binding.
It seems like SimpleSAMLPHP will always redirect to the IDP using a GET request, as can be clearly seen here for example:
There also seems to be no distinct configuration setting which controls this.
We have tried to play with the NameID Policy settings with no success. The SP lists the following NameID Policy in their metadata:
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
Our own NameID Policy is as follows:
urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
Any tip here will really be highly appreciated