From 26b131c4b09324bb36bfa511b31863b8c428e7d4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 4 Apr 2012 15:53:36 +0200 Subject: config --- coip/apps/saml2/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coip') diff --git a/coip/apps/saml2/views.py b/coip/apps/saml2/views.py index 919a20c..a04e4d2 100644 --- a/coip/apps/saml2/views.py +++ b/coip/apps/saml2/views.py @@ -79,6 +79,7 @@ def metadata(request): def aq(request): if request.method == 'POST': cnf = config.Config().load(_config(request)) + cnf.context = 'aa' 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) -- cgit v1.1