Skip to content

Kotlin DSL should contain formLogin.usernameParameter and formLogin.passwordParameter #14474

Closed
@ty-v1

Description

@ty-v1

Expected Behavior

The FormLoginDsl should contain usernameParameter and passwordParameter properties.

formLogin {
  usernameParameter = "account"
  passwordParameter = "pw"
}

Current Behavior

The FormLoginDsl does not contain these properties.

Context

FormLoginDsl

I cannot rename the HTTP parameters used for authentication in the Kotlin DSL.

Metadata

Metadata

Labels

in: configAn issue in spring-security-configstatus: duplicateA duplicate of another issuestatus: ideal-for-contributionAn issue that we actively are looking for someone to help us withtype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions