Closed stevenbal closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.56%. Comparing base (
ed7de9d
) to head (a5d8c51
). Report is 2 commits behind head on stable/2.8.x.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
previously, if the session in the OIDC provider expired and the sessionrefresh middleware is triggered, the user can not automatically re-authenticate, causing to 403s (and losing changes made in the form designer). In order to avoid session synchronization issues, we remove the SessionRefresh completely, meaning that OIDC is used for logging in, but Open Forms itself is then in charge of managing the session.
Backport-Of: open-formulieren/open-forms#4528
Closes #4528 partially