Skip to content

HttpSecurity DSL should accept an AuthenticationManager #10040

Closed
@eleftherias

Description

@eleftherias

Similar to the reactive side, the HttpSecurity DSL should accept an AuthenticationManager.

The configuration would look like this:

http
    .authenticationManager(customAuthenticationManager)

This would serve the same purpose as WebSecurityConfigurerAdapter#configure(AuthenticationManagerBuilder).

Metadata

Metadata

Assignees

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions