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

配置了单点登录后,Springboot就不能跨域访问了 #53

Open
andymiaomiao opened this issue Jun 29, 2019 · 2 comments
Open

配置了单点登录后,Springboot就不能跨域访问了 #53

andymiaomiao opened this issue Jun 29, 2019 · 2 comments

Comments

@andymiaomiao
Copy link

No description provided.

@endypark
Copy link

只有浏览器才有跨域, 你的SpringBoot到底是什么? 是 restTemplate (或类似) 调用,,,还是一个【包括网页的Springboot应用】,,如果是后者那么 如果使用网页跳转,可能涉及 跨域问题。 如果你碰到跨域问题,我感觉主要还是由于你在 springboot系统的页面 调用了 sso-server的接口,这个步骤在sso流程中是不应该存在的。 你看看你的流程吧。

@icsaas
Copy link

icsaas commented Nov 3, 2019

把smart用在前后端分离场景下,会出现跨域错误,目测是ssofilter下的截断请求后并redirect造成的,有没有办法解决,或者有什么其他比较好的方案吗?

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

3 participants