django-mellon/mellon
Benjamin Dauvergne 66d1811e2f refactor next_url and RelayState use (fixes #10372)
The next_url parameter is  no more stored directly in the RelayState, as it
RelayState should only contain strings of no more thant 80 bytes, instead
generate an uuid as the relaystate and store the next_url value in session using
a key based on this uuid.

The implementation is generic enough to accomodate storing any other kind of
data during an SSO or SLO workflow.
2016-03-22 15:20:29 +01:00
..
locale/fr/LC_MESSAGES Revert "views: add an iframe mode to the login view" 2015-09-25 15:38:13 +02:00
migrations add a model to store user<->NameID mapping (#7085) 2015-05-07 11:32:52 +02:00
sessions_backends pep8ness 2016-02-12 19:44:19 +01:00
south_migrations pep8ness 2016-02-12 19:44:19 +01:00
static/mellon first commit 2014-04-30 14:34:39 +02:00
templates/mellon add DiscoveryResponse endpoint to metadata (fixes #10197) 2016-03-04 11:05:01 +01:00
__init__.py Set version only from git tags 2015-03-09 13:01:43 +01:00
adapters.py Fix removal of admin right when users have admin attributes but is already admin (fixes #10195) 2016-03-04 10:07:54 +01:00
app_settings.py add discovery service support (fixes #10111) 2016-02-26 18:09:27 +01:00
backends.py pep8ness 2016-02-12 19:44:19 +01:00
middleware.py middleware: handle process_view (#9131) 2015-11-27 12:00:24 +01:00
models.py pep8ness 2016-02-26 18:09:27 +01:00
urls.py silence Django 1.10 deprecration warnings 2016-03-02 18:14:46 +01:00
utils.py always consider relative URLs as being of the same origin (fixes #10371) 2016-03-22 15:13:48 +01:00
views.py refactor next_url and RelayState use (fixes #10372) 2016-03-22 15:20:29 +01:00