-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Component/s: Authentication, Web UI
-
Release Notes Summary:A login banner is displayed when the WebUI session has expired.
-
Backlog priority:800
-
Sprint:nxGang Sprint 10.2.9
-
Story Points:5
Once the session is expired, if one clicks on a link in WebUI, the Basic Authentication prompt will be displayed. It is not the expected behavior when most users expect to be redirected to the login form.
A similar issue was previously handled in the JSF UI with call to Automation operation through the JS Client: NXP-18995 => when issuing a 401 return code, the complete page was refreshed to do the redirect to the login page.
To simulate the problem, this scenario can be followed:
- start Nuxeo
- log in
- navigate to a document
- in another tab, log out
- in the first tab, click on a link to another document
The first step to fix the problem may be to change the Basic Authenticator configuration to set handlePrompt to false.
- depends on
-
NXP-24792 Don't challenge clients with basic auth on api calls with invalid credentials
- Resolved
-
ELEMENTS-721 Fire dedicated event for session expired on nuxeo elements
- Resolved
- is duplicated by
-
NXP-24864 Handle the HTTP 401 Unauthorized error gracefully
- Resolved
-
NXP-20714 Handle expired session and login nicely
- Resolved
- is related to
-
ELEMENTS-781 Fix nuxeo-page-provider obscuring errors
- Resolved
-
NXP-18995 Handle expired session when using a document suggestion widget
- Resolved
-
DESIGN-146 Give a clear feedback to the user when session timed out
- Resolved
-
NXP-26843 Fix security not restricted enough when logging anew with a restricted user
- Resolved
-
NXP-26208 Handle expired session in WebUI properly
- Resolved