lando redirects to the wrong patch after going through auth0
Categories
(Conduit :: Lando, defect, P3)
Tracking
(Not tracked)
People
(Reporter: jcristau, Unassigned)
References
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
|
54.25 KB,
image/png
|
Details |
A lot of the time when I hit the "view stack in lando" link in phabricator, it takes me to the wrong patch stack, typically the previous one I'd opened in lando. If I go back to phabricator and click the link again, it goes to the right place
I've finally managed to remember to open devtools before doing that yesterday, and it looks like what happens is lando redirects to auth0, which then redirects back to lando, and at that point its state is confused and the final redirect goes to the wrong page. When things work, presumably there's a new-enough auth token and lando doesn't redirect, so we stay on the correct page.
Comment 1•3 years ago
|
||
Most likely this is an issue with the oidc_error handler.
Updated•3 years ago
|
Comment 2•2 years ago
|
||
This will be fixed when auth related functionality is refactored as part of bug 1863756.
Comment 3•1 year ago
|
||
This issue should no longer occur in the new Lando, since we are not using the same Flask OIDC handler.
Description
•