When we add the Micronaut security all the URLs are protected. while using the @Secured(SecurityRule.IS_ANONYMOUS) annotation still facing the 401 exception
@Secured(SecurityRule.IS_ANONYMOUS)