Closes gh-11077
This commit is contained in:
Josh Cummings 2022-11-03 13:37:13 -06:00
parent 72c25332a5
commit 2f87309cda
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -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`