cemo koc (Migrated from SEC-2654) said:

I have a couple of web modules and they are bundled together and working in embedded application. WebMvcConfigurer part of Spring MVC lets developer to separate necessary logic into different bundles. For example a web module can register its MethodReturnHandler etc...

Now I would like to separate Social Login part of my application to another bundle but It requires SpringSocialConfigurer to be registered by Spring Security to work properly.

I think that it would be great to support configurer style for Spring Security.

Comment From: spring-projects-issues

cemo koc said:

Any idea about this? :)

Comment From: spring-projects-issues

cemo koc said:

I think that this can be closed.

org.springframework.security.config.annotation.web.WebSecurityConfigurer is quite good.

Comment From: eleftherias

Closing as per previous comment.