I’m currently adding security to my app.
I’ve set up the SecurityFilterChain with VaadinSecurityConfigurer, and (just for the start) added @AnonymousAllowed to my views.
However, I’m not able to navigate after login, and when I turned on debug logging I found this:
Denied access to view due to layout ‘MainLayout’ access rules
It works if I add @AnonymousAllowed also to the layout class, but is this intended?