Tenho um sistema que gera o token:
gera token
Erro
Chega no servidor correto
2020-11-17 17:44:14.118 WARN 10720 --- [nio-8100-exec-8] o.s.b.a.s.o.r.UserInfoTokenServices : Could not fetch user details: class org.springframework.web.client.HttpClientErrorException$Unauthorized, 401 : [{"timestamp":1605645854115,"status":401,"error":"Unauthorized","message":"Unauthorized","path":"/oauth-api/oauth/check_token"}]
no application-dev.properties tenho:
security.oauth2.resource.user-info-uri=http://localhost:8200/oauth-api/oauth/check_token
O que pode ser ?
Ou o que pode estar faltando ?