Adapt to new setting key to activate SAML2 IdP
parent
7cc211c46c
commit
4a67f421a8
|
@ -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))
|
||||
|
|
Reference in New Issue