代码拉取完成,页面将自动刷新
版本:4.1.6
正常启动认证服务和管理服务前后端。
配置:
maxkey.server.persistence =${SERVER_PERSISTENCE:2}
登录认证前端会在后台生成session
然后调用authorize获取code
通过code获取token提示session为空,sessionid对应不上
token请求:http://sso.maxkey.top/sign/authz/oauth/v20/token?grant_type=password&client_id=822177968448077824&client_secret=E9UO53P3JH52aQAcnLP2FlLv8olKIB7u&username=admin&password=Maxkey@123!&redirect_uri=http://localhost:8089&code=eb14ec9e-adf1-4b4a-b37f-6a9b640b1db4
请问这个应该怎么处理