django-cas-server/cas_server
Valentin Samir 34118833bf Display an error message on bad response from identity provider in federate mode. fix #7.
If the identity provider CAS do not return an XML document as specified on ticket validation,
an XML parsing error is raised. We now catch it and display a message to the user.
2016-07-29 16:35:21 +02:00
..
locale Add a display field to Identity Providers 2016-07-04 17:40:31 +02:00
management Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
migrations Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
static/cas_server fix some codacy errors 2016-07-29 15:18:10 +02:00
templates/cas_server Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
tests Display an error message on bad response from identity provider in federate mode. fix #7. 2016-07-29 16:35:21 +02:00
__init__.py Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
admin.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
apps.py Add some docs using sphinx autodoc 2016-07-20 18:29:00 +02:00
auth.py Exclude a should not happen branche from coverage in auth.TestAuthUser.attributs 2016-07-20 18:56:01 +02:00
cas.py [cas.py] factor the charset detection in a function 2016-07-29 16:34:39 +02:00
default_settings.py Add new version email and info box then new version is available 2016-07-29 14:33:39 +02:00
federate.py Drop dependancies django-picklefield and django-bootstrap3 2016-07-24 10:51:29 +02:00
forms.py Add pytest-warning to tests and correct some warnings, complete coverage (essentially branch) 2016-07-29 13:58:32 +02:00
models.py few flake8 and python3 problems corrected 2016-07-29 14:55:52 +02:00
urls.py Add pytest-warning to tests and correct some warnings, complete coverage (essentially branch) 2016-07-29 13:58:32 +02:00
utils.py fix some codacy errors 2016-07-29 15:18:10 +02:00
views.py Display an error message on bad response from identity provider in federate mode. fix #7. 2016-07-29 16:35:21 +02:00