-
Notifications
You must be signed in to change notification settings - Fork 6.1k
SAML2 for reactive environment / spring-webflux #7954
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
Comments
May I know is there any progress on spring security saml support spring webflux? |
There has not yet been progress as other items have taken priority. If several community members start voting for this item, it's something that we could consider moving up the list. |
Another consideration is that we would need a reactive SAML library |
With "Spring Cloud 2020", the module spring-cloud-netflix-zuul has been removed. Therefore, there is currently no official supported way to implement an API-Gateway with SAML2 support. Could you recommend any work-arounds for an API-Gateway with SAML2 on the "Spring Cloud 2020" - stack? |
There really isn't an easy workaround. You would need to create an |
Just wanted to ask if SAML support is still being considered for spring-webflux. It'll be great to have this officially in spring-security because a lot of Identity Providers use SAML. |
True, but using SAML in 2021 is like using SOAP instead of REST. ;) |
There are enough legacy projects out there that still use SAML and there is no way to get around it. It will be nice to have SAML support added at some point. |
I would be also very interested... |
Interested too... |
Summary
From what I can tell the recently added SAML2 support only supports Spring MVC or more generally servlet based requests. Any plans to add spring-webflux support?
The text was updated successfully, but these errors were encountered: