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
Description @Authenticated is meant to resolve the problems similar to the one at #4544 where an access to the resource has to be denied by simply requiring that a user must've been authenticated.
Implementation ideas
Stuart @stuartwdouglas recommends that CDI interceptor has to be created to support @Authenticated on the reactive routes. @michalszynkiewicz FYI, given that you are already working on the CDI security interceptors :-)
The text was updated successfully, but these errors were encountered:
Description
@Authenticated
is meant to resolve the problems similar to the one at #4544 where an access to the resource has to be denied by simply requiring that a user must've been authenticated.Implementation ideas
Stuart @stuartwdouglas recommends that CDI interceptor has to be created to support
@Authenticated
on the reactive routes.@michalszynkiewicz FYI, given that you are already working on the CDI security interceptors :-)
The text was updated successfully, but these errors were encountered: