-
-
Notifications
You must be signed in to change notification settings - Fork 927
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
Bug Report: "Not you?" Button Cancels Authentication Flow for Applications #9965
Comments
This happens due to the |
Hi @BeryJu, but that creates a flow break for the user, could you please provide guidance or a potential solution on how we can preserve the final URL of the application during the flow cancellation? This would ensure that users are redirected back to the application's login flow rather than the authentik dashboard. |
I'm not saying that I dont agree with your point, this was just for context of why the current behaviour happens as it does. I think this might be also fixable by ensuring the correct |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@BeryJu could you please share the exact steps to fix this using the flow/policies, or will you be fixing it from the code end? |
I ran into this today as well and I am not sure where to make the change either. I am using version I am not sure where that |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
When attempting to log in to an application via authentik-2024.04.02, clicking the "Not you?" button on the top right cancels the authentication flow. However, after continuing to login with the different or same credentials, instead of returning the user to the application's login page, it redirects them to the authentik dashboard.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking the "Not you?" button should cancel the current authentication flow and return the user to the application's login page, allowing another user to attempt login without being redirected to the authentik dashboard.
Version and Deployment:
authentik version: 2024.04.02
Deployment: docker-compose
Additional context
This issue disrupts the user experience by taking users away from the intended application, causing confusion and requiring additional steps to navigate back to the application’s login page.
The text was updated successfully, but these errors were encountered: