How to use SecurityContextHolder in a service that doesn’t has SecurityConfig
I need to create an Rest API to delete an Item if current login user is the creator of that Item. The problem is SecurityConfig is configed in Auth-Service, while Users and Items info is managed in Core-Service.