Adapt to new setting key to activate SAML2 IdP

This commit is contained in:
Benjamin Dauvergne 2014-10-30 16:14:19 +01:00
parent 7cc211c46c
commit 4a67f421a8
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ TEMPLATE_CONTEXT_PROCESSORS += ('authentic2.idp.idp_openid.context_processors.op
RESTRICT_OPENID_RP = ["http://data.montpellier-agglo.com/", ]
IDP_OPENID = True
IDP_SAML2 = True
A2_IDP_SAML2_ENABLE = True
# You MUST changes these keys, they are just for testing !
LOCAL_METADATA_CACHE_TIMEOUT = int(os.environ.get('LOCAL_METADATA_CACHE_TIMEOUT', 600))