We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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); }
/** * login check * * @param request * @return */ public static XxlSsoUser loginCheck(HttpServletRequest request){ String headerSessionId = request.getHeader(Conf.SSO_SESSIONID); return loginCheck(headerSessionId); }
The text was updated successfully, but these errors were encountered:
这个问题有解决么,TOKEN方式启动访问失败。501"sso not login."
Sorry, something went wrong.
XxlSsoWebFilter 方式,不支持切换浏览器访问,切换浏览器提示未登录。
No branches or pull requests
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); }
The text was updated successfully, but these errors were encountered: