Skip to content

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

Open
Dav1dde opened this issue Feb 6, 2020 · 10 comments
Open

SAML2 for reactive environment / spring-webflux #7954

Dav1dde opened this issue Feb 6, 2020 · 10 comments
Labels
in: saml2 An issue in SAML2 modules type: enhancement A general enhancement

Comments

@Dav1dde
Copy link
Contributor

Dav1dde commented Feb 6, 2020

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?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 6, 2020
@jzheaux jzheaux added in: saml2 An issue in SAML2 modules and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 14, 2020
@Larry-JJ
Copy link

May I know is there any progress on spring security saml support spring webflux?

@jzheaux
Copy link
Contributor

jzheaux commented Nov 30, 2020

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.

@rwinch
Copy link
Member

rwinch commented Dec 3, 2020

Another consideration is that we would need a reactive SAML library

@hofsa
Copy link

hofsa commented Apr 15, 2021

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?

@rwinch
Copy link
Member

rwinch commented Apr 20, 2021

There really isn't an easy workaround. You would need to create an AuthenticationWebFilter that processes the SAMLResponse without blocking.

@mohanarpit
Copy link

mohanarpit commented Oct 28, 2021

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.

@mraible
Copy link
Contributor

mraible commented Oct 28, 2021

a lot of Identity Providers use SAML.

True, but using SAML in 2021 is like using SOAP instead of REST. ;)

@shahsohil123
Copy link

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.

@rwinch rwinch removed their assignment Jun 9, 2022
@rwinch rwinch added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement and removed in: web An issue in web modules (web, webmvc) labels Jun 9, 2022
@jornfranke
Copy link

I would be also very interested...

@ben12
Copy link

ben12 commented Feb 1, 2024

Interested too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: saml2 An issue in SAML2 modules type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests