archimed_saml.py: enable disassociate

This commit is contained in:
Jérôme Schneider 2014-01-20 10:56:30 +01:00
parent 11524c77ea
commit 249dd29d96
1 changed files with 7 additions and 0 deletions

View File

@ -137,6 +137,13 @@ archimed_mapping = [
},
}]
},
{
'path': r'/mandaye/disassociate$',
'method': 'GET',
'response': [{
'filter': auth.disassociate,
}],
},
{
'path': r'/mandaye/associate_confirm$',
'method': 'GET',