Spring Boot Microservice Full authentication is required to access this resource Error

Hi, I have got a problem in sending a request to other services from one service.
I got this error shown below.
org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 : "{ "error": "Full authentication is required to access this resource" }<EOL><EOL>"

Here is the link : https://stackoverflow.com/questions/74843944/spring-boot-microservice-org-springframework-web-client-httpclienterrorexception
How can I fix it?
Stack Overflow
I have a problem about sending a request to other service from one service. All services have security. That's why you couldn't send a request to url without the bearer token.
I defined bearer toke...
Spring Boot Microservice org.springframework.web.client.HttpClientE...
Was this page helpful?