Skip to content

Commit b84d55a

Browse files
Merge pull request #399 from frostburn/client-logout-typo
Fix a typo in Saml2Client.do_logout
2 parents 25bbf67 + e532225 commit b84d55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def do_logout(self, name_id, entity_ids, reason, expire, sign=None,
262262
"entity_ids": entity_ids,
263263
"name_id": code(name_id),
264264
"reason": reason,
265-
"not_on_of_after": expire,
265+
"not_on_or_after": expire,
266266
"sign": sign}
267267

268268
responses[entity_id] = (binding, http_info)

0 commit comments

Comments
 (0)