Home / Companies / Neon / Blog / Post Details
Content Deep Dive

Building a Keycloak Email Change Plugin

Blog post from Neon

Post Details
Company
Date Published
Author
Adi Griever
Word Count
553
Language
English
Hacker News Points
-
Summary

The Keycloak plugin extends the built-in email change functionality to notify external systems when a user changes their email address, ensuring data consistency and preventing authentication issues. The plugin consists of two main components: a REST endpoint for initiating the email change request and a token handler for processing the verification link, verifying the email update, and updating external systems accordingly.