1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Move Saml2 Authentication Filters

Closes gh-8819
This commit is contained in:
Josh Cummings
2022-09-20 17:18:05 -06:00
parent 48e31f87e4
commit 61c80bcac5
12 changed files with 20 additions and 22 deletions
+2
View File
@@ -11,3 +11,5 @@ 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
* https://github.com/spring-projects/spring-security/issues/8819 - Move filters to web package
Reorganize imports