config: add espacefamille authentification

This commit is contained in:
Jérôme Schneider 2014-07-10 10:34:16 +02:00
parent 3a54f3ca03
commit 53ab0834d4
1 changed files with 3 additions and 2 deletions

View File

@ -98,8 +98,9 @@ data_dir = config.get('dirs', 'data_dir')
# Supported authentification
authentifications = {
'saml2': 'mandaye.auth.saml2.SAML2Auth'
}
'saml2': 'mandaye.auth.saml2.SAML2Auth',
'saml2_espace_famille': 'mandaye_vincennes.auth.espacefamille.EspaceFamilleAuth'
}
# sp mappers
mappers = {