-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置login登录的时候,tokenUrl返回的格式能不能给一个 #34
Comments
frameZhang
changed the title
配置login登录的时候,tokenurl
配置login登录的时候,tokenUrl返回的格式能不能给一个,mock
Mar 9, 2018
frameZhang
changed the title
配置login登录的时候,tokenUrl返回的格式能不能给一个,mock
配置login登录的时候,tokenUrl返回的格式能不能给一个
Mar 9, 2018
{
"ssoType": "cas",
"authUrl": "https://cas.test.com/caso/login.html?service={{service}}",
"tokenUrl": "https://cas.test.com/caso/valid?service={{service}}&ticket={{token}}",
"serviceUrl": "http://test.xxx.com:8080",
"adminList": []
} |
您好,请问这个adminList你们文档上是用的单引号,要报错把?而且为什么我设置了管理员登录上去还是普通用户额? |
建议 文档该更新一次了 |
每次登陆时会校验 adminList 中的值,你 adminList 中的值跟写入数据库 user 表的 name 字段是一样的吗?你试下,重新退出下再登录试试 |
您好,还有一个问题请教,请问您们这边yicon init是从哪里拉的代码?需要翻墙吗?我在家拉取只成功过一次,在公司拉不下来代码。 |
不好意思,现在才看见,不好意思。我试了很多次,换成数字和字符都不行。我已经确定是一样的了。
在 2018-03-09 16:51:29,"Jason" <notifications@github.com> 写道:
每次登陆时会校验 adminList 中的值,你 adminList 中的值跟写入数据库 user 表的 name 字段是一样的吗?你试下,重新退出下再登录试试
关于文档,后面会抽时间在整理下
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
同样的问题,登陆成功返回的json格式是什么样的,有童鞋搞定了这个登陆了吗,指点一下,谢谢! |
@frameZhang 你的登陆打通了吗,能不能指点下呢,谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
config.json下的login的tokenUrl,所需要的返回数据的格式是什么?能不能给我参考一哈?因为我这边配置之后报错。
The text was updated successfully, but these errors were encountered: