summaryrefslogtreecommitdiff
path: root/src/saml2/soap.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-25 13:50:00 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-25 13:50:00 +0100
commitedf1819015ced8c0d56f0037003aec5aaf7cb9af (patch)
tree246b55253b6283281048fe3c22e9be6ea1f5c6a4 /src/saml2/soap.py
parentdb681c0841e8106a816f955ff8cfcb834d1afc52 (diff)
downloadpysaml2-edf1819015ced8c0d56f0037003aec5aaf7cb9af.tar.gz
Final touch to ECP
Worked through a NameIDMapping test
Diffstat (limited to 'src/saml2/soap.py')
-rw-r--r--src/saml2/soap.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/saml2/soap.py b/src/saml2/soap.py
index e1f3f1a4..e4bebcf5 100644
--- a/src/saml2/soap.py
+++ b/src/saml2/soap.py
@@ -110,6 +110,10 @@ def parse_soap_enveloped_saml_authn_query_response(text):
tags = ['{%s}Response' % SAMLP_NAMESPACE]
return parse_soap_enveloped_saml_thingy(text, tags)
+def parse_soap_enveloped_saml_authn_response(text):
+ tags = ['{%s}Response' % SAMLP_NAMESPACE]
+ return parse_soap_enveloped_saml_thingy(text, tags)
+
#def parse_soap_enveloped_saml_logout_response(text):
# expected_tag = '{%s}LogoutResponse' % SAMLP_NAMESPACE