portail_famille: logout redirect to portal_url

Closes #5429
This commit is contained in:
Jérôme Schneider 2014-09-12 10:17:09 +02:00
parent 8f7acbbdd9
commit e660a84681
1 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@ login_url, form_attrs, post_fields and username_field are obligatory
from mandaye.auth.saml2 import END_POINTS_PATH
from rp_meyzieu.filters import portail_famille_ecitiz
from mandaye import config
form_values = {
'login_url': '/ffaxsslMeyzieu/workflow_url?ECITIZ_ACTIVITY_PATH=Citoyen&ECITIZ_HOME_URL=citoyen.jsp&ECITIZ_PROCESS_ID=guichet&ECITIZ_DECONNECTION_URL=services_list.jsp&ECITIZ_ORG=MEY00',
'form_attrs': { 'name': 'eCitiz' },
@ -131,7 +133,7 @@ mapping = [
'response': {
'auth': 'single_logout_return',
'values': {
'next_url': index_url
'next_url': config.template_vars['portal_url']
},
}
},