Invalid redirect after session timeout using oidc #18131
Labels
bug
Something isn't working
component:auth
component:ui
User interfaces bugs and enhancements
version:2.11
Latest confirmed affected version is 2.11
Describe the bug
When you are using a non-dex oidc configuration and your session times out your browser will redirect you to /auth/login instead of /login and you have to clear your cookies to get out of that redirect loop.
The redirect in question seems to be:
argo-cd/ui/src/app/app.tsx
Line 103 in 0ca4f74
To Reproduce
Setup argocd using a oidc provider without using dex, wait for your session to time out and trigger a call to the backend.
Expected behavior
When the session times out it should redirect to /login and the user shouldnt be stuck in a redirect loop
Version
The text was updated successfully, but these errors were encountered: