POST binding not passed through

Bug #1012922 reported by Jan Vilhuber
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pySAML2
New
Undecided
Unassigned

Bug Description

Just noticed something else:

https://github.com/rohe/pysaml2/blob/master/src/saml2/client.py#L388

Shouldn't binding be passed in here? If I use an HTTP POST binding,
and I pass this into the caller, it is not passed in HERE, and thus we
look for an HTTP REDIRECT binding (which my particular metadata I'm
testing with doesn't have).

i.e.

        location = self._sso_location(entityid)
should be

        location = self._sso_location(entityid, binding)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.