From 4a67f421a8bc83ba9bb68b46342614713c35743a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 30 Oct 2014 16:14:19 +0100 Subject: [PATCH] Adapt to new setting key to activate SAML2 IdP --- compte_agglo_montpellier/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 9acb44d..2e5975c 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -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))