Skip to content

Commit 3366792

Browse files
committed
Adjust SAML What's New
Issue gh-11077
1 parent 8af3b5a commit 3366792

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/modules/ROOT/pages/whats-new.adoc

+8-9
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Below are the highlights of the release.
1010

1111
== Breaking Changes
1212

13-
* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
14-
Use the OpenSaml 4 Support instead.
1513
* https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
1614
Instead use data storage to encrypt values.
1715
* https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default
@@ -41,13 +39,14 @@ Instead, use `requestMatchers` or `HttpSecurity#securityMatchers`.
4139
* https://github.com/spring-projects/spring-security/issues/11110[gh-11110] - Require explicit session saves by default
4240
* https://github.com/spring-projects/spring-security/issues/11057[gh-11057] - Remove `MessageSourceAware` from `ExceptionTranslationWebFilter`
4341
* https://github.com/spring-projects/spring-security/issues/12022[gh-12202] - Remove OAuth deprecations
44-
* Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter`
45-
* Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory`
46-
* Remove `Saml2AuthenticationToken(String, String, String, String, List)`
47-
* Remove `RelyingPartyRegistration.ProviderDetails`
48-
* Remove `OpenSamlAuthenticationProvider`
49-
50-
* Remove SAML deprecations
42+
* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
43+
Use the OpenSaml 4 Support instead.
44+
* https://github.com/spring-projects/spring-security/issues/11077[gh-11077] - Remove SAML deprecations
45+
** Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter`
46+
** Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory` and implementations
47+
** Remove `Saml2AuthenticationToken(String, String, String, String, List)`
48+
** Remove `RelyingPartyRegistration.ProviderDetails` and related methods
49+
** Remove `OpenSamlAuthenticationProvider`
5150

5251
== Core
5352

0 commit comments

Comments
 (0)