From 3366792d3b49854727e59f8b2e30d6e3d8713634 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 8 Nov 2022 14:15:38 -0700 Subject: [PATCH] Adjust SAML What's New Issue gh-11077 --- docs/modules/ROOT/pages/whats-new.adoc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 87096b4d29..e8692badd0 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -10,8 +10,6 @@ Below are the highlights of the release. == Breaking Changes -* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support. -Use the OpenSaml 4 Support instead. * https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`. Instead use data storage to encrypt values. * 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`. * https://github.com/spring-projects/spring-security/issues/11110[gh-11110] - Require explicit session saves by default * https://github.com/spring-projects/spring-security/issues/11057[gh-11057] - Remove `MessageSourceAware` from `ExceptionTranslationWebFilter` * https://github.com/spring-projects/spring-security/issues/12022[gh-12202] - Remove OAuth deprecations -* Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter` -* Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory` -* Remove `Saml2AuthenticationToken(String, String, String, String, List)` -* Remove `RelyingPartyRegistration.ProviderDetails` -* Remove `OpenSamlAuthenticationProvider` - -* Remove SAML deprecations +* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support. +Use the OpenSaml 4 Support instead. +* https://github.com/spring-projects/spring-security/issues/11077[gh-11077] - Remove SAML deprecations +** Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter` +** Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory` and implementations +** Remove `Saml2AuthenticationToken(String, String, String, String, List)` +** Remove `RelyingPartyRegistration.ProviderDetails` and related methods +** Remove `OpenSamlAuthenticationProvider` == Core