From 06b712bf7a1c3366e456bf8b18aed87cffdfaaff Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 19 Mar 2014 15:21:58 +0100 Subject: [PATCH] Have to transform boolean into string. --- src/saml2/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saml2/entity.py b/src/saml2/entity.py index 0465ad0..de34222 100644 --- a/src/saml2/entity.py +++ b/src/saml2/entity.py @@ -380,7 +380,7 @@ class Entity(HTTPBase): req.destination = destination if consent: - req.consent = consent + req.consent = "true" if extensions: req.extensions = extensions