Skip to content

Commit 0c51efe

Browse files
committed
Do not limit the single_logout_service results
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 850c8a9 commit 0c51efe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/saml2/mdstore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,6 @@ def single_logout_service(self, entity_id, binding=None, typ=None):
12331233
# IDP + SP
12341234
if typ is None:
12351235
raise AttributeError("Missing type specification")
1236-
if binding is None:
1237-
binding = BINDING_HTTP_REDIRECT
12381236
return self.service(entity_id, "%s_descriptor" % typ,
12391237
"single_logout_service", binding)
12401238

0 commit comments

Comments
 (0)