You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it is currently possible, but I need to secure just some views with a login and leave the UI without login.
I tried to add an anonymous matcher for UI path, but this doesn't work because, when I open a secured-View a NullPointerException is thrown at DefaultVaadinSharedSecurity:194 because the SecurityContext is not set.
I think it would be a nice addition to just have a login for some views.
The text was updated successfully, but these errors were encountered:
I don't know if it is currently possible, but I need to secure just some views with a login and leave the UI without login.
I tried to add an anonymous matcher for UI path, but this doesn't work because, when I open a secured-View a NullPointerException is thrown at DefaultVaadinSharedSecurity:194 because the SecurityContext is not set.
I think it would be a nice addition to just have a login for some views.
The text was updated successfully, but these errors were encountered: