Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 [#4528] Disable OIDC SessionRefresh middleware
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: #4528
- Loading branch information