arcopole: support slo correctly

This commit is contained in:
Jérôme Schneider 2014-09-05 11:28:35 +02:00
parent 7deb67dd30
commit 04903975c2
2 changed files with 3 additions and 2 deletions

View File

@ -7,5 +7,6 @@
"auth_type": "saml2", "auth_type": "saml2",
"saml2_idp_metadata": "http://authentic.local/idp/saml2/metadata", "saml2_idp_metadata": "http://authentic.local/idp/saml2/metadata",
"saml2_signature_public_key": "certs/saml.crt", "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"
} }

View File

@ -103,7 +103,7 @@ mapping = [
} }
}, },
{ {
'path': r'%s$' % END_POINTS_PATH['single_logout_return'], 'path': r'/studio/singlelogoutreturn$',
'method': 'GET', 'method': 'GET',
'response': { 'response': {
'auth': 'single_logout_return', 'auth': 'single_logout_return',