You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ID first login is enable and when the idfirst login page is accessed using the login_hint parameter, if an automatique redirection is done in a custom template using this JS:
Given I have enabled ID first login
And I initiate the login flow
Then i should see username with the value in username field readonly mode
Then I click on switch account
And I add login_hint=a2 in parameter in URL
Then I should see a2 added to the login form in username field
💥 Describe the bug
When ID first login is enable and when the idfirst login page is accessed using the login_hint parameter, if an automatique redirection is done in a custom template using this JS:
Then the switch account link doesn't work in the login page because it includes the login_hint parameter.
🌄 To Reproduce
Steps to reproduce the behaviour:
🌈 Expected behaviour
the identifier first login page is displayed without login_hint
Current behaviour
the identifier first login page is called with login_hint so the form is automatically validated
The text was updated successfully, but these errors were encountered: