Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:integration:saml [2019/06/12 08:31] – [Validated IdP Vendors] sngr72:integration:saml [2019/06/12 08:41] – [Lessons Learned] sngr
Line 158: Line 158:
  
 ===== Lessons Learned ===== ===== Lessons Learned =====
 +
 +The default binding type of the SAML-Request is created as a redirect.
 +
 +Some IDP (f.e. at Renault) doesn´t work with that type and rather need a POST-Request.
 +
 +This can be configured in the identity-provide section of the config.xml:
 +
 +<code>
 +**sendBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"**
 +
 +</code>
 +
 +There a re no easy options to fint it out, because the IDP only seems to deny the Request (without telling the concrete reason in the response). Only at IDP (→ mostly customer) the problem can be identified.