MinsxCloud / minsx-management-ui

是minsx家族的成员,主要负责对minsx后端管理的用户交互

Home Page:https://www.minsx.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

进入后台后,提示权限不足

Thinkpad93 opened this issue · comments

你好,我本地运行后,输入 http://localhost 会跳转到 https://account.minsx.com/
这个地址去进行登陆,注册后进入后台会提示权限不足,导致页面没有数据可浏览(空空如也 ~)

commented

你好,因为这个token是放在*.minsx.com下面的,你在本地运行Minsx-Center-Server这个的话,他应该会
https://account.minsx.com/login?redir=https%3A%2F%2Falocalhost 跳转到account.minsx.com上面,
以进行登录,然后你登录成功后,他会跳转到localhost,但是这时候他的token是存在*.minsx.com下面的,所以你localhost
是获取不到token的,也就是权限不足。另外git上的Minsx-Center-Server工程和minsx-authorization-server工程是已经改过的
以后将不再支持spring security了,将会采用minsx自己的一套outh2认证系统。所以这个线上版的也是最后的spring security oauth2的展示,
(可以使用用户名:goodsave及密码:Aa1234567 进行登录)
很遗憾,现在我们minsx自己的认证系统开发被暂时搁置了,我本人现在在从事python的开发,有时间才会继续minsx的认证系统的开发,
非常感谢你对minsx的使用,如果你需要完整版的spring security oauth2 版的minsx,我这边可以打包发给你。