From 04903975c2246c816969e22f8036d9cdcfc99a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 5 Sep 2014 11:28:35 +0200 Subject: [PATCH] arcopole: support slo correctly --- conf.d/arcopole | 3 ++- mandaye_cud/mappers/arcopole.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf.d/arcopole b/conf.d/arcopole index 8728e13..3c27cbf 100644 --- a/conf.d/arcopole +++ b/conf.d/arcopole @@ -7,5 +7,6 @@ "auth_type": "saml2", "saml2_idp_metadata": "http://authentic.local/idp/saml2/metadata", "saml2_signature_public_key": "certs/saml.crt", - "saml2_signature_private_key": "certs/saml.key" + "saml2_signature_private_key": "certs/saml.key", + "saml2_single_logout_return_url": "/studio/singlelogoutreturn" } diff --git a/mandaye_cud/mappers/arcopole.py b/mandaye_cud/mappers/arcopole.py index 2806086..9deb06b 100644 --- a/mandaye_cud/mappers/arcopole.py +++ b/mandaye_cud/mappers/arcopole.py @@ -103,7 +103,7 @@ mapping = [ } }, { - 'path': r'%s$' % END_POINTS_PATH['single_logout_return'], + 'path': r'/studio/singlelogoutreturn$', 'method': 'GET', 'response': { 'auth': 'single_logout_return',