Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove deprecated event types for password/otp update or removal #32685

@mposolda

Description

@mposolda

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions