summaryrefslogtreecommitdiff
path: root/src/saml2/pack.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/pack.py')
-rw-r--r--src/saml2/pack.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/saml2/pack.py b/src/saml2/pack.py
index 50f35dcf..f0890471 100644
--- a/src/saml2/pack.py
+++ b/src/saml2/pack.py
@@ -186,7 +186,6 @@ def http_redirect_message(
args["RelayState"] = relay_state
if sign:
- # XXX check for allowed algo -- should do the same for POST binding
# sigalgs, should be one defined in xmldsig
if sigalg not in [long_name for short_name, long_name in SIG_ALLOWED_ALG]:
raise Exception(