-
Notifications
You must be signed in to change notification settings - Fork 420
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
关于sso有点问题想请教下。 #12
Comments
额,,,我这边也要做sso,,,mark |
怎么样? @MrLinXD @wiselyman |
@wiselyman 没,,,我对sso不太了解,,,但是又必须要做,打算用作者这个demo。不知道可行不,现在在整合 |
勉强吧,目前跑通了四种认证模式 |
@MrLinXD 我的跑不过去,按作者的步骤访问token老是提示登录认证。这位仁兄能否提供一些您的思路? |
@xqxyxchy 你直接跑他的工程,是可以跑的,数据库是hibernate自动初始化的,记得导入数据 |
@MrLinXD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
项目需要提供多终端支持使用,例如PC、Ipad、app等。在zuul多实例的情况下,如何share authenticationConctext?官方使用的是在zuul上实现spring-session,但是感觉这样并不是很好。而并且作者说@EnableOAuth2Sso不太适合面对多终端的情况,请问有什么好的建议处理吗?
The text was updated successfully, but these errors were encountered: