Used wrong class and using SOAP/HTTP no bas64+zip stuffing is used

This commit is contained in:
Roland Hedberg
2010-09-28 21:57:15 +02:00
parent 5da513ff43
commit 957798b519

View File

@@ -481,8 +481,8 @@ class Server(object):
lreq = soap.parse_soap_enveloped_saml_logout_request(text)
slo = self.conf.endpoint("idp", "single_logout_service")[0]
req = request.Request(self.sec, slo)
req = req.loads(lreq)
req = request.LogoutRequest(self.sec, slo)
req = req.loads(lreq, False) # Got it over SOAP so no base64+zip
req = req.verify()
if not req: # Not a valid request