Remove deprecated methods from login-failure
area from user-session
interface (#1772)
Closes #15053
This commit is contained in:
parent
28ca30efc6
commit
0945268081
2 changed files with 14 additions and 1 deletions
|
@ -38,3 +38,9 @@ See the link:{upgradingguide_link}[{upgradingguide_name}] for more details.
|
|||
|https://www.w3.org/TR/2002/REC-xmlenc-core-20021210/Overview.html#rsa-1_5[rsa-1_5]
|
||||
|RSA1_5
|
||||
|===
|
||||
|
||||
= Deprecated methods from user session provider were removed
|
||||
|
||||
Several deprecated methods were removed from user session provider. If not done already,
|
||||
their usage needs to be replaced with the corresponding replacement documented in Javadoc
|
||||
of Keycloak 20 release. See link:{upgradingguide_link}[{upgradingguide_name}] for more details.
|
|
@ -49,3 +49,10 @@ version of Keycloak,
|
|||
work with the metadata generated by older Keycloak versions. This mode can be
|
||||
enabled using `-Dkeycloak.saml.deprecated.encryption=true` flag. Note this
|
||||
backward compatibility mode is planned to be removed in Keycloak 24.
|
||||
|
||||
= Deprecated methods from user session provider were removed
|
||||
|
||||
In Keycloak 13 there was introduced `UserLoginFailureProvider` and some methods from
|
||||
`UserSessionProvider` were moved there. The methods in `UserSessionProvider` were deprecated
|
||||
and now has been removed. Javadoc of these methods contained a corresponding replacement
|
||||
(see Javadoc of Keycloak 20 release).
|
||||
|
|
Loading…
Reference in a new issue