使用admin / admin登录时获取401(未授权)

时间:2017-12-04 15:17:59

标签: angular jhipster

分离前端(angular4)和后端(jwt,mysql),将SERVER_API_URL更改为http://localhost:8080/, yarn开始成功启动前端,打开back_end想法,正确设置mysql用户名/密码,。/ mvnw成功启动monoliths应用程序。 我有一个例外:

Resolved exception caused by Handler execution: org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to access this resource

显示/ api / account 401未经授权的错误。

但是,注册新用户效果很好,我可以在数据库中看到用户。

如果我没有将前端和后端分开,使用相同的设置(jwt,mysql,angular4等),一切都还可以,所以我认为应该有一些设置不正确。

有人可以帮忙吗?

注意:java:1.8,我的全局角度cli版本是:1.5.0我的jhipster版本是:4.11.1 nodejs版本是6.11.3 windows版本是:Windows 10,64 bit,spring boot:1.5.7。 RELEASE

0 个答案:

没有答案