Skip to content

Commit 06b712b

Browse files
author
Roland Hedberg
committed
Have to transform boolean into string.
1 parent 8f1dda7 commit 06b712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def _message(self, request_cls, destination=None, message_id=0,
380380
req.destination = destination
381381

382382
if consent:
383-
req.consent = consent
383+
req.consent = "true"
384384

385385
if extensions:
386386
req.extensions = extensions

0 commit comments

Comments
 (0)