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

loginRedirect query param is lost when entering an invalid password #137

Open
cxcorp opened this issue Feb 13, 2023 · 0 comments
Open

loginRedirect query param is lost when entering an invalid password #137

cxcorp opened this issue Feb 13, 2023 · 0 comments
Labels
bug Bug

Comments

@cxcorp
Copy link
Contributor

cxcorp commented Feb 13, 2023

  1. Redirect to user service login /?serviceIdentifier=....&loginRedirect=http://example.com/foobar
  2. Notice that your query still has loginRedirect
  3. Enter invalid credentials
  4. Notice that loginRedirect has disappeared from the query param

Probably whatever handler returns the "password was wrong" thing forgets to include the loginRedirect in its query params, probably LoginController

@cxcorp cxcorp added the bug Bug label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

No branches or pull requests

1 participant