Development #8199
Use the DisplayMessageBeforeRedirectMiddleware in the logout view
Start date:
07 Sep 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Logout view historically handled the case where the redirect after logout is on another domain thant the IdP, showing an intermediate page to display the "logged out" message. It's now automatically handled by a middleware.
Associated revisions
History
Updated by Benjamin Dauvergne over 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|7e85f6c2fa483fe9399b0ceecb1a1a1743d5a9b2.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
views: use DisplayMessageBeforeRedirectMiddleware in logout (fixes #8199)
Logout view historically handled the case where the redirect after
logout is on another domain than the IdP, showing an intermediate page
to display the "logged out" message. It's now automatically handled by a
middleware.