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

Do not prevent restart of authentication flow when showing IdP selection dialog #302

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

sventorben
Copy link
Owner

The first login attempt had set the login_hint parameter in the session. When restarting the flow the login_hint is still present in the session. If bypassing of the login page is enabeld, no option was given to change the username, but the login_hint from the previous attempt was reused.

Solution is to no longer store the username as a login_hint. Need to check if this breaks something else, but automated tests look good so far.

Closes #292

…election dialog

The first login attempt had set the login_hint parameter in the session.
When restarting the flow the login_hint is still present in the session.
If bypassing of the login page is enabeld, no option was given to change
the username, but the login_hint from the previous attempt was reused.

Solution is to no longer store the username as a login_hint. Need to
check if this breaks something else, but automated tests look good so
far.

Closes #292
@sventorben sventorben added the bug Something isn't working label Jan 4, 2024
@sventorben sventorben self-assigned this Jan 4, 2024
@sventorben sventorben merged commit a9f0380 into main Mar 4, 2024
6 of 7 checks passed
@sventorben sventorben deleted the gh-292 branch March 4, 2024 18:55
@sventorben sventorben added the ignore-for-release Not included in release notes label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ignore-for-release Not included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Restart login button doesn't work when there are two or more IDPs
1 participant