django-mellon/mellon/templates/mellon
Benjamin Dauvergne 218afde9cd misc: make logout work with transient NameID (#69740)
Implementation of transient NameID is special, the transient NameID is
ignored and an attribut value is used as the federation key. But in
order to producre a proper NameID for the logout request we need the
transient NameID value. To work around this problem we add a
transient_name_id attribute to the SessionIndex model representing the
current SSO session, and we modify the session dump template to use this
value instead of UserSAMLIdentifier.name_id if transient_name_id is not
None.
2022-10-05 17:23:51 +02:00
..
.keep first commit 2014-04-30 14:34:39 +02:00
authentication_failed.html misc: apply djhtml (#69422) 2022-09-29 12:20:38 +02:00
base.html misc: apply djhtml (#69422) 2022-09-29 12:20:38 +02:00
debug_login.html misc: apply djhtml (#69422) 2022-09-29 12:20:38 +02:00
inactive_user.html templates: add blocktrans trimmed where useful (#69422) 2022-09-29 14:56:48 +02:00
metadata.xml add MELLON_ASSERTION_CONSUMER_BINDINGS (#52063) 2021-08-05 15:57:39 +02:00
session_dump.xml misc: make logout work with transient NameID (#69740) 2022-10-05 17:23:51 +02:00
user_not_found.html misc: apply djhtml (#69422) 2022-09-29 12:20:38 +02:00