You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging in, clicking the "login" button redirects to /auth and then immediately to the correct URL. This causes unnecessary screen flickering and bad UX.
Describe the solution you'd like
Just redirect directly to OIDC login url.
Describe alternatives you've considered
No reason to keep the current behaviour. Right now redirect to /auth is a nice trick to force login, but I don't think this is a very useful feature.
The text was updated successfully, but these errors were encountered:
Feature Category
Describe the problem
When logging in, clicking the "login" button redirects to /auth and then immediately to the correct URL. This causes unnecessary screen flickering and bad UX.
Describe the solution you'd like
Just redirect directly to OIDC login url.
Describe alternatives you've considered
No reason to keep the current behaviour. Right now redirect to
/auth
is a nice trick to force login, but I don't think this is a very useful feature.The text was updated successfully, but these errors were encountered: