Skip to content

Commit fa2e72e

Browse files
author
Erick Tryzelaar
committed
expose LogoutRequest.issuer property to fix logging out with redirect
1 parent 40907a7 commit fa2e72e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/saml2/request.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ def __init__(self, sec_context, receiver_addrs, attribute_converters=None,
127127
attribute_converters, timeslack)
128128
self.signature_check = self.sec.correctly_signed_logout_request
129129

130+
@property
131+
def issuer(self):
132+
return self.message.issuer
133+
130134

131135
class AttributeQuery(Request):
132136
msgtype = "attribute_query"

0 commit comments

Comments
 (0)