-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
login/ui
Describe the bug
When organizations feature is turned on, login_hint doesn't prefill identity-first login's page email field.
To reproduce you need to enable organizations on your realm. Then try to login by authentication code grant flow with login_hint=<prefill_email>. The first form will be identity-first login form with a single input field email(or username) and it will be empty but should be filled with <prefill_email>
Version
26.0.5
Regression
- The issue is a regression
Expected behavior
When organizations feature is turned on, login_hint doesn't prefill identity-first login's page email field.
To reproduce you need to enable organizations on your realm. Then try to login by authentication code grant flow with login_hint=<prefill_email>. The first form will be identity-first login form with a single input field email(or username) and it will be empty but should be filled with <prefill_email>
Actual behavior
When organizations feature is turned on, login_hint doesn't prefill identity-first login's page email field.
To reproduce you need to enable organizations on your realm. Then try to login by authentication code grant flow with login_hint=<prefill_email>. The first form will be identity-first login form with a single input field email(or username) and it will be empty but should be filled with <prefill_email>
How to Reproduce?
When organizations feature is turned on, login_hint doesn't prefill identity-first login's page email field.
To reproduce you need to enable organizations on your realm. Then try to login by authentication code grant flow with login_hint=<prefill_email>. The first form will be identity-first login form with a single input field email(or username) and it will be empty but should be filled with <prefill_email>
Anything else?
No response