Closed mloesch closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.25%. Comparing base (
71528b3
) to head (215b52f
). Report is 23 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently the SAML redirect binding is hardcoded in the IDP configuration. However, our SP only works with the HTTP POST binding.
This PR makes the binding type configurable via a property. I tested this with the HTTP POST binding (
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
) against our SAML SP and it works fine.