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

Redirect to reset password after adding a new security key, followed by redirect to unlink TOTP #381

Open
lukasSerelis opened this issue Dec 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lukasSerelis
Copy link

When adding security keys, after one is successfully added user is redirected to reset password page (why?), followed by being redirected to unlink TOTP app (also why?)

This is incorrect, there should be no redirects after adding a new security key.

image
image
image

@lukasSerelis lukasSerelis added the bug Something isn't working label Dec 3, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1242.

This message was autogenerated

@edlerd
Copy link
Contributor

edlerd commented Dec 16, 2024

@natalian98 @lukasSerelis @nsklikas @shipperizer
The UI is calling an API to add the passkey. This goes to the settings endpoint via POST. Backend returns with a redirect code and header that causes this. See screenshot below. Please fix the redirect. Lukas is right, it doesn't make sense that this goes to the reset flow.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants