Skip to content
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

用token方式启动客户端 报 501"sso not login." #63

Open
ghost opened this issue Feb 10, 2021 · 2 comments
Open

用token方式启动客户端 报 501"sso not login." #63

ghost opened this issue Feb 10, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 10, 2021

XxlSsoTokenFilter 用token方式启动客户端 报 501"sso not login." 我看是不是这一块有问题啊 ,获取不到headerSessionId
/** * login check * * @param request * @return */ public static XxlSsoUser loginCheck(HttpServletRequest request){ String headerSessionId = request.getHeader(Conf.SSO_SESSIONID); return loginCheck(headerSessionId); }

@lengjiaxin
Copy link

这个问题有解决么,TOKEN方式启动访问失败。501"sso not login."

@lengjiaxin
Copy link

XxlSsoWebFilter 方式,不支持切换浏览器访问,切换浏览器提示未登录。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant