mandaye_cud: fix slo initiated by idp

This commit is contained in:
Jérôme Schneider 2014-10-28 19:02:56 +01:00
parent 148229773a
commit a54a59a08d
2 changed files with 11 additions and 2 deletions

View File

@ -8,5 +8,7 @@
"saml2_idp_metadata": "http://authentic.local/idp/saml2/metadata",
"saml2_signature_public_key": "certs/saml.crt",
"saml2_signature_private_key": "certs/saml.key",
"saml2_single_logout_return_url": "/studio/singlelogoutreturn"
"saml2_single_logout_url": "/studio/mandaye_singlelogout",
"saml2_single_logout_return_url": "/studio/mandaye_singlelogoutreturn",
"cookies_path": "/studio"
}

View File

@ -122,7 +122,14 @@ mapping = [
}
},
{
'path': r'/studio/singlelogoutreturn$',
'path': r'/studio/mandaye_singlelogout$',
'method': 'GET',
'response': {
'auth': 'single_logout',
}
},
{
'path': r'/studio/mandaye_singlelogoutreturn$',
'method': 'GET',
'response': {
'auth': 'single_logout_return',