bdf3
bdf3 copied to clipboard
定义WebSecurityConfigurer太困难
项目中使用@Configuration定义WebSecurityConfigurer会跟DoradoWebSecurityConfigurer冲突,项目改为继承DoradoWebSecurityConfigurer会导致自定义的AuthenticationProvider无法正常使用。 希望能提供再配置的扩展方案 //目前项目是去掉的DoradoWebSecurityConfigurer的@Component注解解决冲突问题
可以说说你的业务场景,另外,可以通过BeanPostProcess 接口来处理
登录时传输要求密码加密,要接钉钉的扫码登录。考虑到BeanPostProcess不适合移交就没使用 @Bootids
登录时传输要求密码加密,要接钉钉的扫码登录。考虑到BeanPostProcess不适合移交就没使用 @bootids
是不是定义一个前置 Filter 去解密就好了