由于oauth2.0安全性,Spring Boot应用无法注册

时间:2019-05-30 06:50:16

标签: spring-boot spring-boot-admin

我已经成功配置了spring boot admin,也已经成功注册了我的应用程序,但是当我单击列表中的应用程序以获取指标时,由于spring boot oauth 2.0而导致我遇到未经授权的问题,有什么办法可以通过相同的安全性

错误看起来像这样,

<UnauthorizedException xmlns="">
<error>unauthorized</error>
<error_description>
Full authentication is required to access this resource
</error_description>
</UnauthorizedException>

0 个答案:

没有答案