Kotlin DSL should contain formLogin.usernameParameter
and formLogin.passwordParameter
#14474
Labels
in: config
An issue in spring-security-config
status: duplicate
A duplicate of another issue
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
Expected Behavior
The
FormLoginDsl
should containusernameParameter
andpasswordParameter
properties.Current Behavior
The
FormLoginDsl
does not contain these properties.Context
I cannot rename the HTTP parameters used for authentication in the Kotlin DSL.
The text was updated successfully, but these errors were encountered: