Closed stevenbal closed 1 month ago
@sergei-maertens does this need backporting?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.56%. Comparing base (
bfc679d
) to head (7073aa1
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sergei-maertens does this need backporting?
yeah let's do it! it's a simple patch, shouldn't cause any trouble and it can take away a lot of frustration
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.
Closes #4528
Changes
Checklist
Check off the items that are completed or not relevant.
Impact on features
Release management
I have updated the translations assets (you do NOT need to provide translations)
./bin/makemessages_js.sh
./bin/compilemessages_js.sh
Commit hygiene