From ce5f23da111c6b649f6df57b48f084e90f7b66f6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 5 Apr 2012 10:11:36 +0200 Subject: working? --- coip/apps/saml2/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {} -- cgit v1.1