summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-04-02 16:20:57 +0200
committerLeif Johansson <leifj@sunet.se>2012-04-02 16:20:57 +0200
commitd7050184af7fe05f3e95b2546d43f3c23038ddc0 (patch)
treef196684a885bd6dd00dfa6dfde4f3a1687f2c102
parent39f1b3244e7779b611b54223095ef586938f01c4 (diff)
bug
-rw-r--r--coip/apps/saml2/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coip/apps/saml2/conf.py b/coip/apps/saml2/conf.py
index 8e9cf34..16bd025 100644
--- a/coip/apps/saml2/conf.py
+++ b/coip/apps/saml2/conf.py
@@ -15,7 +15,7 @@ CONFIG={
"aa": {
"name" : "COIP",
"endpoints" : {
- "attribute_service" : [("%s/aq" % settings.PREFIX_URL, BINDING_SOAP)],
+ "attribute_service" : [("%s/saml2/aq" % settings.PREFIX_URL, BINDING_SOAP)],
},
"policy": {
"default": {