-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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-security-cas use in webflux #5887
Comments
Thanks for the report @rainbowJson! We would probably need a reactive CAS client. Does one exist? |
I haven't found support for reactive client CAS for the time being. I want to support CAS in spring-cloud-gateway. |
I wouldn't be apposed to doing this, but I think we will need reactive support from the CAS libraries to make this practical. |
@rwinch is there an update on this? I see, there is no open issue or pull request in CAS libraries. Is there a workaround in spring-security? |
I was trying to use
|
Thanks. We still need a reactive CAS client. Is anyone aware of one? If not, could someone create a ticket w/ CAS? |
We are also need a reactive CAS client |
I have use webflux in netty container ,too. Have you solved the problem yet? |
@ArvinHu I switched to oauth2, as both: CAS and reactive |
I have implemented a simple webflux client based on jasig's cas-client.jar, which is already online in the project. You can try it. ❤️ |
Do you have plans to support spring-security-cas use in webflux?
I have use webflux in netty container
The text was updated successfully, but these errors were encountered: