summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-04-05 10:11:36 +0200
committerLeif Johansson <leifj@sunet.se>2012-04-05 10:11:36 +0200
commitce5f23da111c6b649f6df57b48f084e90f7b66f6 (patch)
tree1dd1acf69ebbe3f3e0c4aa19c8886e1d1a0a7c4e
parent4c41ddbc960c76860c5ba5ef7780f61c37636a1a (diff)
working?
-rw-r--r--coip/apps/saml2/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coip/apps/saml2/views.py b/coip/apps/saml2/views.py
index 1c44c51..28f533d 100644
--- a/coip/apps/saml2/views.py
+++ b/coip/apps/saml2/views.py
@@ -108,7 +108,7 @@ def aq(request):
aa = server.Server(config=cnf, log=logging, debug=1, stype="aa")
request_xml = soap.parse_soap_enveloped_saml_attribute_query(request.raw_post_data)
logging.debug(request_xml)
- (subject, attribute, aq) = parse_attribute_query(aa,request_xml,False)
+ (subject, attribute, aq) = aa.parse_attribute_query(request_xml,False)
sp_entityid = aq.issuer.text
claims = {}