Actions
Feature #17807
closedkeep-web supports login flow
Story points:
-
Release:
Release relationship:
Auto
Description
Despite being instructed to use the "copy link to clipboard" feature of wb2, users still tend to copy-paste links out of the URL bar to share with others. When these links are opened, the other user is presented with a basic auth username/password dialog. This requires users to provide an Arvados token, but they don't know that.
It would be a better user experience if keep-web redirected unauthenticated users to workbench 2, where they log in (or it loads their existing token) and then redirects back to keep-web with correct credentials.
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-07-07 sprint to 2021-07-21 sprint
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-07-21 sprint to 2021-08-04 sprint
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-08-04 sprint to 2021-08-18 sprint
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-08-18 sprint to 2021-09-01 sprint
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-09-01 sprint to 2021-09-15 sprint
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-09-15 sprint to 2021-09-29 sprint
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
2021-09-29 sprint)
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-07-06 to 2022-07-20
Updated by Tom Clegg over 2 years ago
- Related to Bug #18965: does not preserve the desired destination url through the login process added
Updated by Tom Clegg over 2 years ago
- Related to deleted (Bug #18965: does not preserve the desired destination url through the login process)
Updated by Tom Clegg over 2 years ago
- Blocked by Bug #18965: does not preserve the desired destination url through the login process added
Updated by Tom Clegg over 2 years ago
- Status changed from New to In Progress
17807-keep-web-login-flow @ 08b07a1a27a19eecd70a09cf4b47727224a9d36d -- developer-run-tests: #3238
This behaves badly if cookies are blocked via browser settings (which I once did accidentally while trying to clear cookies for testing). Not sure if we want to handle that case more graciously.- https://ce8i5-4zz18-p7vmaos7l7vne1b.collections.ce8i5.arvadosapi.com/crunch-run.txt → redirect to...
- https://workbench2.ce8i5.arvadosapi.com/?redirectToPreview=/c=ce8i5-4zz18-p7vmaos7l7vne1b/crunch-run.txt → redirect to...
- https://ce8i5-4zz18-p7vmaos7l7vne1b.collections.ce8i5.arvadosapi.com/crunch-run.txt?api_token=v2/ce8i5-gj3su-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx → set-cookie(blocked!) and redirect to...
- https://ce8i5-4zz18-p7vmaos7l7vne1b.collections.ce8i5.arvadosapi.com/crunch-run.txt → redirect to...
- https://workbench2.ce8i5.arvadosapi.com/?redirectToPreview=/c=ce8i5-4zz18-p7vmaos7l7vne1b/crunch-run.txt → redirect to...
Updated by Tom Clegg over 2 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados-private:commit:arvados|8bba581238a7a9a1e4e1965320999de448cc3b7a.
Actions