Changed method arguments
This commit is contained in:
@@ -200,9 +200,8 @@ def slo(environ, start_response, user):
|
|||||||
try:
|
try:
|
||||||
response = IDP.create_logout_response(req_info.message,
|
response = IDP.create_logout_response(req_info.message,
|
||||||
bindings)
|
bindings)
|
||||||
binding, destination = IDP.pick_binding(bindings,
|
binding, destination = IDP.pick_binding("single_logout_service",
|
||||||
"single_logout_service",
|
bindings, "spsso", response)
|
||||||
"spsso", response)
|
|
||||||
|
|
||||||
http_args = IDP.apply_binding(binding, "%s" % response, destination,
|
http_args = IDP.apply_binding(binding, "%s" % response, destination,
|
||||||
query["RelayState"], "SAMLResponse")
|
query["RelayState"], "SAMLResponse")
|
||||||
|
Reference in New Issue
Block a user