IP属地:河南
你好!研究了一下你的项目oauth2-redis-mysql,可以正常运行, 但是无法获取到token, 不知为何,数据库数据已经导入了sql, 运行结果:
{
"timestamp": 1502718421390,
"status": 401,
"error": "Unauthorized",
"message": "坏的凭证",
"path": "/oauth2-server/oauth/token"
}
debug 提示:Authentication failed: password does not match stored value
用户不存在
User 'client_auth_mode' not found
密码获取token也不可以,是怎么回事请指点一下
Spring-Security-OAuth2服务器之搭建认证授权服务器[一]结构基础 基础框架:Spring Boot + Spring-Security-OAuth2存储介质:Mysql + Redis持久化方式:Spring-data-jpa测试...