hilla
hilla copied to clipboard
configure(AuthenticationManagerBuilder auth) does not exists
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
Hi, thanks for the issue.
Let us address it in the scope of #2880.
btw, this works instead:
@Autowired public void configure(AuthenticationManagerBuilder auth) throws Exception