summaryrefslogtreecommitdiff
path: root/src/saml2/s2repoze/plugins/sp.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/s2repoze/plugins/sp.py')
-rw-r--r--src/saml2/s2repoze/plugins/sp.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/saml2/s2repoze/plugins/sp.py b/src/saml2/s2repoze/plugins/sp.py
index 27dfee68..3b09a91e 100644
--- a/src/saml2/s2repoze/plugins/sp.py
+++ b/src/saml2/s2repoze/plugins/sp.py
@@ -368,7 +368,11 @@ class SAML2Plugin(object):
self.outstanding_certs[_sid] = cert
ht_args = _cli.apply_binding(
- _binding, msg_str, destination=dest, relay_state=came_from
+ _binding,
+ msg_str,
+ destination=dest,
+ relay_state=came_from,
+ sign=_cli.authn_requests_signed,
)
logger.debug("ht_args: %s", ht_args)