hilla icon indicating copy to clipboard operation
hilla copied to clipboard

configure(AuthenticationManagerBuilder auth) does not exists

Open fer-marino opened this issue 8 months ago • 2 comments

hi, I was following the documentation to setup ldap authentication as reported here: https://vaadin.com/docs/latest/hilla/guides/security/spring-login#appendix-production-data-sources

however the method with signature protected void configure(AuthenticationManagerBuilder auth) throws Exception does not exists in class VaadinWebSecurity

cheers, Fernando

fer-marino avatar Apr 29 '25 07:04 fer-marino

Hi, thanks for the issue.

Let us address it in the scope of #2880.

platosha avatar Apr 29 '25 11:04 platosha

btw, this works instead:

@Autowired public void configure(AuthenticationManagerBuilder auth) throws Exception

fer-marino avatar Apr 29 '25 13:04 fer-marino