Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed login doesn't preserve return url #1554

Open
fdugdale112 opened this issue Jan 4, 2025 · 1 comment
Open

Failed login doesn't preserve return url #1554

fdugdale112 opened this issue Jan 4, 2025 · 1 comment

Comments

@fdugdale112
Copy link

if a login fails for example if the password was wrong, the page seems to reload and all the url parameters are gone. I am using the default login page.

in my opinion these should be preserved so the user is redirected even if they got the password wrong on the first attempt

@RolandGuijt RolandGuijt transferred this issue from DuendeSoftware/IdentityServer.Quickstart.UI Jan 21, 2025
@RolandGuijt
Copy link

The initial URL with the parameters you're seeing is the request to the authorization endpoint which initiates the login process by redirecting to the login page after the parameters (like client id, scopes etc.) are verified.

Once the verification is done and we are on the login page the parameters are not needed anymore and thus they are not preserved when the login page is re-rendered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants