-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Spring Cloud Gateway + Spring security CAS #987
Comments
Not until spring security supports it. Track the issue there. |
@spencergibb thanks. Does that mean, the |
Not until spring security supports it. |
has anyone finished this pr? now I also try to use spring-cloud-gateway with cas ,but it seems not any support yet. |
I have the same question. |
真的烦,松了半天土发现是别人家地 |
gateway整合CAS是否有demo可以参考,还是说根本无法整合? |
Same Issue. I Tried Spring Security Doc. However, at the end spring security give me it's Default login page. |
I'm trying to integrate, CAS authentication with spring-cloud-gateway. I wanted to add a
CasAuthenticationFilter
as the Authentication filter. Neither the spring security have aCasAuthenticationFilter
of typeWebFilter
nor the client library used byspring-security-cas
supports the reactive type.Is there a plan to support CAS authentication or is there a workaround for this?
There is a related issue in spring-security
The text was updated successfully, but these errors were encountered: