-
Notifications
You must be signed in to change notification settings - Fork 6k
Remove OpenSAML3 support #10556
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
The 6.0.0-M5 spring-security-saml2-service-provider pom uses opensaml 3.4.6. I had to exclude this and add opensaml4 dependencies, in order to get compatible jakarta servlet libraries (not javax.servlet). Consider updating pom to opensaml4 version. |
Further to my previous comment, none of the opensaml 4.x releases or snapshots work with java17. I used opensaml 5.0.0-SNAPSHOT. |
Currently, the
spring-security-saml2-service-provider
supports the two versions of OpenSAML: 3 and 4.Since the classes for OpenSAML3 are already deprecated in Spring Security, we should remove them in version
6.0
.It will also simplify the version management and make it more clear for users which version to use. See #10547
The text was updated successfully, but these errors were encountered: