Closed jcgueriaud1 closed 1 year ago
If a project is running with Spring security, all the Vaadin views are secured by default. So we can't access to the view.
Adding the annotation @AnonymousAllowed to the view will allow to use it.
If a project is running with Spring security, all the Vaadin views are secured by default. So we can't access to the view.
Adding the annotation @AnonymousAllowed to the view will allow to use it.