Open
Description
Description
In this PR https://github.com/keycloak/keycloak/pull/29028/files , there was introduction of generic events UPDATE_CREDENTIAL
and REMOVE_CREDENTIAL
.
For backwards compatibility, the legacy events specific to password and OTP are still triggered in addition to UPDATE_CREDENTIAL
and REMOVE_CREDENTIAL
. But they can be removed in Keycloak 27 as they are deprecated since Keycloak 26 (as mentioned in the Keycloak 26 release notes in the mentioned PR). So this task is about removing those events: UPDATE_PASSWORD
, UPDATE_PASSWORD_ERROR
, UPDATE_TOTP
, UPDATE_TOTP_ERROR
, REMOVE_TOTP
, REMOVE_TOTP_ERROR