Authentication authentication = SecurityContextHolder.getContext().getAuthentication(); // Get user name authentication.getName() Code language: JavaScript (javascript)
Authentication auth = SecurityContextHolder.getContext().getAuthentication();