Description
Description
I have an authentication flow that should redirect users to their Identity Provider login page or show a username/password login form.
When I pass login_hint
param during OIDC flow, the username field is correctly pre-filled, but the user still needs to submit the form. There should be an option to automatically "submit" the form if the username value is already provided and the user exists.
Here's my authentication flow:
Discussion
No response
Motivation
The login_hint
is provided when the user is known, so there's no need for an additional form submission, especially if the user provided the username themselves in a previous step that initiated the OIDC flow.
Details
This should either be a default behaviour or configuration option of the Organization Identity-First Login
.