The authn request sent to EB contains an element that I\'d like to change:
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" is asked, but EB does only support the POST binding, hence it should be:
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
While we\'re at it: The authnrequest also asks for "IsPassive="false"" . Since that is the default, and EB does not support "isPassive", can we leave it out here?
This issue is imported from pivotal - Originaly created at Dec 9, 2020 by Bart Geesink
The authn request sent to EB contains an element that I\'d like to change: ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" is asked, but EB does only support the POST binding, hence it should be: ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
While we\'re at it: The authnrequest also asks for "IsPassive="false"" . Since that is the default, and EB does not support "isPassive", can we leave it out here?