Revert "undo"

This reverts commit f785d20201.
This commit is contained in:
Benjamin Dauvergne 2013-08-26 15:25:50 +02:00
parent 8e5cf06317
commit f49630a525
2 changed files with 1 additions and 4 deletions

View File

@ -45,7 +45,6 @@ class CustomIndexDashboard(Dashboard):
'cms.models.pagemodel.Page',
'data_source_plugin.models.DataSource',
'feed_plugin.models.Feed',
'auquotidien_plugin.models.AuQuotidienAPI',
),
))

View File

@ -110,7 +110,6 @@ INSTALLED_APPS = (
'portail_citoyen_announces',
'login_plugin',
'data_source_plugin',
'auquotidien_plugin',
'a2_service_list_plugin',
'passerelle_register_plugin',
'portail_citoyen',
@ -229,8 +228,8 @@ AUTHENTICATION_EVENT_EXPIRATION = int(os.environ.get('AUTHENTICATION_EVENT_EXPIR
# of user, and to handle SLO for each protocols
IDP_BACKENDS = [ ]
LOCAL_METADATA_CACHE_TIMEOUT = int(os.environ.get('LOCAL_METADATA_CACHE_TIMEOUT', 600))
# You MUST changes these keys, they are just for testing !
LOCAL_METADATA_CACHE_TIMEOUT = int(os.environ.get('LOCAL_METADATA_CACHE_TIMEOUT', 600))
SAML_SIGNATURE_PUBLIC_KEY = os.environ.get('SAML_SIGNATURE_PUBLIC_KEY', '''-----BEGIN CERTIFICATE-----
MIIDIzCCAgugAwIBAgIJANUBoick1pDpMA0GCSqGSIb3DQEBBQUAMBUxEzARBgNV
BAoTCkVudHJvdXZlcnQwHhcNMTAxMjE0MTUzMzAyWhcNMTEwMTEzMTUzMzAyWjAV
@ -279,7 +278,6 @@ wRiVcNacaP+BivkrMjr4BlsUM6yH4MOBsNhLURiiCL+tLJV7U0DWlCse/doWij4U
TKX6tp6oI+7MIJE6ySZ0cBqOiydAkBePZhu57j6ToBkTa0dbHjn1WA==
-----END RSA PRIVATE KEY-----''')
SAML_METADATA_ROOT = 'metadata'
# Whether to autoload SAML 2.0 identity providers and services metadata
# Only https URLS are accepted.
# Can be none, sp, idp or both