django-mellon/tests
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
..
templates tests: add base.html template 2016-03-11 17:10:18 +01:00
conftest.py adapters: improve logging during provisionning 2016-02-26 18:09:27 +01:00
metadata.xml adapters: improve logging during provisionning 2016-02-26 18:09:27 +01:00
test_default_adapter.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
test_utils.py tests: move HTTMock templates to utils 2016-03-11 17:10:18 +01:00
test_views.py refactor next_url and RelayState use (fixes #10372) 2016-03-22 15:20:29 +01:00
utils.py tests: move HTTMock templates to utils 2016-03-11 17:10:18 +01:00
xml_utils.py tests: add helper to check XML documents 2016-02-26 18:09:27 +01:00