datashare icon indicating copy to clipboard operation
datashare copied to clipboard

Unable to logout

Open randolphgow opened this issue 2 years ago • 1 comments

I have set-up DataShare server via Docker. However, when I try and log-out via the logout button, I get the fiollowing screeen:

To Reproduce Steps to reproduce the behavior:

  1. Login to data share server using a username and password
  2. Click on Logout

Expected behavior A window should come up asking for credentials.

Screenshots image

Desktop:

  • OS: e.g. WINDOWS
  • Browser: e.g. Chrome, Edge
  • Version: e.g. Version 100.0.1185.29

randolphgow avatar Apr 08 '22 14:04 randolphgow

Hello @randolphgow, do you still experience this issue ?

mvanzalu avatar Sep 15 '22 12:09 mvanzalu

This issue is stale because it has been open for 40 days with no activity.

github-actions[bot] avatar Nov 15 '22 00:11 github-actions[bot]

Hello @randolphgow, do you still experience this issue ?

Yes. I just tested it with version 10.13.0 The same issue still exists with the server version. Once a user logsout he gets the page not found error

randolphgow avatar Nov 15 '22 07:11 randolphgow

To create the user, did you use redis + basic auth?

pirhoo avatar Nov 15 '22 18:11 pirhoo

Yes. The users are created in redis. No other settings were configured. We followed the manual for basic auth.

randolphgow avatar Nov 16 '22 06:11 randolphgow

OK thanks, we are going to investigate this.

pirhoo avatar Nov 16 '22 09:11 pirhoo

Hello @randolphgow The standard behavior of basic auth does not provide log out feature. The session will remain until the browser is closed or the browser's data is cleaned (ctrl+shift+del) Thanks to your feedback we will plan to enhance our UX/UI to prevent seeing a 404 page on "signout" in basic auth mode.

caro3801 avatar Dec 12 '22 16:12 caro3801