I have a Micronaut rest endpoint which is secured by @Secured(SecurityRule.IS_AUTHENTICATED)
@Secured(SecurityRule.IS_AUTHENTICATED)
@Secured(SecurityRule.IS_AUTHENTICATED) @Controller(