django-oidc-provider/oidc_provider
Morgan Aubert bdb2fdb8f5
Fixed infinite callback loop in check-session iframe
This commit fixes the JS callback defined in the check-session iframe which can produce infinite callback loops if the received message doesn't come from the relying
party. In that case another message is posted to the source of the message (which can be the OP itself) thus resulting in an infinite loop because "error" messages are
continuously generated by the callback function.
2018-03-28 10:34:01 -04:00
..
lib Fix PEP8. New migration. 2018-03-27 17:15:06 -03:00
locale Fix translations handling 2016-11-24 13:09:19 +01:00
management Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
migrations Fix PEP8. New migration. 2018-03-27 17:15:06 -03:00
static/oidc_provider/js Initial Session Management version. 2016-10-28 15:25:52 -03:00
templates/oidc_provider Fixed infinite callback loop in check-session iframe 2018-03-28 10:34:01 -04:00
tests Fix PEP8. New migration. 2018-03-27 17:15:06 -03:00
__init__.py Improve admin models. 2015-12-04 13:55:04 -03:00
admin.py Add owner field to Client (#211) 2017-11-09 11:57:22 +01:00
apps.py Add new app configuration file. 2015-12-04 13:55:34 -03:00
compat.py Update project to support Django 2.0 2018-02-01 14:00:57 -03:00
middleware.py Merge develop to v0.5.x (#179) 2017-05-05 05:19:57 +02:00
models.py PEP8 models. 2018-03-22 17:36:20 -03:00
settings.py Add pep8 compliance and checker 2017-08-22 11:53:52 -07:00
signals.py Add initial signals logic. 2016-12-01 16:20:34 -03:00
urls.py PEP8 errors and urls. 2018-03-22 17:53:31 -03:00
views.py Fix PEP8. 2018-03-23 15:46:12 -03:00