django-mellon/mellon
Benjamin Dauvergne 9d8528968c views: add a VERIFY_SSL_CERTIFICATE setting
It controls the validation of certificates by requests on artifact
resolve requests. It's a global and by idp setting.

Also improve logs in errors paths around when calling the artifact
resolver.

fixes #7521
2015-06-10 15:07:59 +02:00
..
locale/fr/LC_MESSAGES update french translation 2014-05-02 16:01:47 +02:00
migrations add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
south_migrations Add migrations for south 2015-06-05 21:46:36 +02:00
static/mellon first commit 2014-04-30 14:34:39 +02:00
templates/mellon authentication_failed.html: show the StatusMessage to the user if there is one 2015-06-01 02:44:21 +02:00
__init__.py Set version only from git tags 2015-03-09 13:01:43 +01:00
adapters.py adapters: fix DefaultAdapter.get_idp(), idp['ENTITY_ID'] is a string not a list 2015-05-18 16:35:48 +02:00
admin.py first commit 2014-04-30 14:34:39 +02:00
app_settings.py views: add a VERIFY_SSL_CERTIFICATE setting 2015-06-10 15:07:59 +02:00
backends.py backends: return None when authorization fails, return early if no user is found 2014-09-03 09:12:01 +02:00
models.py add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
urls.py urls: fix error in pattern, includable patterns must not start with a ^ 2015-02-04 12:13:02 +01:00
utils.py app_settings,views: make the default assertion consumer binding customizable, and restore POST as the default 2015-05-29 11:53:30 +02:00
views.py views: add a VERIFY_SSL_CERTIFICATE setting 2015-06-10 15:07:59 +02:00