We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3b407 commit 71b53cfCopy full SHA for 71b53cf
src/saml2/client.py
@@ -251,6 +251,11 @@ def do_logout(
251
not_done = entity_ids[:]
252
responses = {}
253
254
+ if expected_binding is None:
255
+ expected_binding = next(
256
+ iter(self.config.preferred_binding["single_logout_service"]),
257
+ None,
258
+ )
259
for entity_id in entity_ids:
260
logger.debug("Logout from '%s'", entity_id)
261
# for all where I can use the SOAP binding, do those first
0 commit comments