Skip to content
Snippets Groups Projects
Commit b8150c15 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

django: Fix HTTP redirect loop in OIDCSessionExpiredMiddleware

Previously when an OIDC user was logged in but the session expired,
an HTTP redirect loop could happen making the django website no
longer browsable.

Ensure redirection to the session expired page happens only once to
fix such issue.
parent 9f510bea
No related branches found
Tags v0.10.0
1 merge request!66django: Fix HTTP redirect loop in OIDCSessionExpiredMiddleware
Pipeline #12478 failed