小编kar*_*hah的帖子

Jhipster gateway 需要完全身份验证才能访问此资源

大家好,我正在 ubuntu 操作系统上开发 Jhipster。我的项目设置已成功完成。但是当尝试测试 api 时,它给了我身份验证错误。

这是测试 API 时发生的错误。如果有人帮助我,我会很高兴。

错误:

rExceptionResolver : Resolved exception caused by Handler execution: org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to access this resource
Run Code Online (Sandbox Code Playgroud)

网页浏览器

{
"type" : "https://www.jhipster.tech/problem/problem-with-message",
"title" : "Unauthorized",
"status" : 401,
"detail" : "Full authentication is required to access this resource",
"path" : "/api/account",
"message" : "error.http.401"
}
Run Code Online (Sandbox Code Playgroud)

java authentication api web-services jhipster

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

api ×1

authentication ×1

java ×1

jhipster ×1

web-services ×1