fix auth proxy issues by disabling caching for non-static files #584
Labels
good first issue
Good for newcomers
kind/enhancement
New feature or request
status/blocked/needs-info
requires more information in order to be completed
Feature Request
Description
As a user,
I want the system to properly handle page caching during logout,
So that I do not encounter a broken page due to the browser skipping the request.
How does this tie into our current product?
This error occurs because the browsers cached the page, skipping the request, which would otherwise redirect to a keycloak browser flow.
We have an auth proxy for this otherwise unprotected UI image.
This request focuses on improving the user experience during logout and ensuring the security of the UI image.
Acceptance Criteria
Solution Proposal and Work Breakdown
The solution is to add the same thing we added for the authority portal in the EDC CE.
Tasks
@AbdullahMuk @kulgg
The text was updated successfully, but these errors were encountered: