From 2f87309cdae2ffebed3b4edb6bb04b20ce92391a Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 3 Nov 2022 13:37:13 -0600 Subject: [PATCH] Fix Typo Closes gh-11077 --- docs/modules/ROOT/pages/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 970256a113..87096b4d29 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -43,7 +43,7 @@ Instead, use `requestMatchers` or `HttpSecurity#securityMatchers`. * 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 `Saml2AuthenticationToken(String, String, String, String, List)` * Remove `RelyingPartyRegistration.ProviderDetails` * Remove `OpenSamlAuthenticationProvider`