Skip to content

ReactiveManagementWebSecurityAutoConfiguration does not back off when oauth2 client configuration present #17949

@jgrandja

Description

@jgrandja

ReactiveManagementWebSecurityAutoConfiguration does not configure oauth2Login() even when spring-security-oauth2-client is in classpath and properties have been configured. It only configures httpBasic() and formLogin() for all cases.

The configuration logic should follow the default configuration for SecurityWebFilterChain in WebFluxSecurityConfiguration.springSecurityFilterChain().

Related spring-security#6314

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions