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 think this could be done by ensuring that the AuthorizationResult for PostAuthorize has the returnObject on it. We should also try to make it so that the MethodAuthorizationDeniedHandler does not need to cast the AuthorizationResult
The text was updated successfully, but these errors were encountered:
After speaking to @marcusdacoregio this was an error on my part, You need to use @PostAuthorize and override the default method in MethodAccessDeniedHandler.
I think this could be done by ensuring that the AuthorizationResult for PostAuthorize has the returnObject on it. We should also try to make it so that the MethodAuthorizationDeniedHandler does not need to cast the AuthorizationResult
The text was updated successfully, but these errors were encountered: