From bb432934698bf80dfba06cd799c5ecf7125de330 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 2 Nov 2022 18:03:13 -0600 Subject: [PATCH] Expand SAML Deprecations What's New Issue gh-11077 --- docs/modules/ROOT/pages/whats-new.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 8168a0e401..970256a113 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -41,6 +41,12 @@ 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 == Core