Description
Users Getting Automatically Logged Post Successful Password Reset Flow
Description
I'm experiencing some issues in our password rest flow, once the user completes the password reset flow they are automatically logged into the application via PKCE
as the state is replayed.
We’ve removed the client_id
from the url in the email and are still experiencing the same issue. We want users to end up on /password/complete
We followed the steps on this forum from @robotdan which we believe is either out of date or a bug is introduced preventing this from working as expected.
https://fusionauth.io/community/forum/topic/366/prevent-redirect-after-forgot-password-flow
Affects versions
We're currently experiencing the problem on version 1.36.8
Steps to reproduce
Steps to reproduce the behaviour:
- Enable the password complete theme template
- Start the
Forgot Password Flow
- Click the link received in your email (ensure this doesn't include the client_id)
- Confirm your new password
- Click Confirm
At this point the user will be automatically logged into the application.
Expected behaviour
Once the user enters a new password and hits confirm, we expect them to land on /password/complete
Screenshots
Platform
Device: PC
OS: MAC
Browser: Chrome
Database: postgres
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Add any other context about the problem here.