Adjust SAML What's New

Issue gh-11077
This commit is contained in:
Josh Cummings 2022-11-08 14:15:38 -07:00
parent 8af3b5afe4
commit 3366792d3b
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 8 additions and 9 deletions

View File

@ -10,8 +10,6 @@ Below are the highlights of the release.
== Breaking Changes == 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)`. * 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. Instead use data storage to encrypt values.
* https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default * 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/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/11057[gh-11057] - Remove `MessageSourceAware` from `ExceptionTranslationWebFilter`
* https://github.com/spring-projects/spring-security/issues/12022[gh-12202] - Remove OAuth deprecations * https://github.com/spring-projects/spring-security/issues/12022[gh-12202] - Remove OAuth deprecations
* Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter` * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
* Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory` Use the OpenSaml 4 Support instead.
* Remove `Saml2AuthenticationToken(String, String, String, String, List)` * https://github.com/spring-projects/spring-security/issues/11077[gh-11077] - Remove SAML deprecations
* Remove `RelyingPartyRegistration.ProviderDetails` ** Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter`
* Remove `OpenSamlAuthenticationProvider` ** Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory` and implementations
** Remove `Saml2AuthenticationToken(String, String, String, String, List)`
* Remove SAML deprecations ** Remove `RelyingPartyRegistration.ProviderDetails` and related methods
** Remove `OpenSamlAuthenticationProvider`
== Core == Core