Description
A webhook-driven extension that dynamically fetches and populates custom user attributes from an external API during user creation across all Keycloak authentication flows.
https://github.com/z0devs/keycloak-profile-enricher
Discussion
No response
Motivation
The Keycloak Profile Enricher bridges the gap between your Keycloak realm and your external backend systems. Instead of writing custom Java mappers for every project, this extension pauses the user creation lifecycle, sends a secure webhook containing the user's base details to your external API, and automatically maps the returned JSON data directly into the user's Keycloak profile as custom attributes.
Details
No response
Description
A webhook-driven extension that dynamically fetches and populates custom user attributes from an external API during user creation across all Keycloak authentication flows.
https://github.com/z0devs/keycloak-profile-enricher
Discussion
No response
Motivation
The Keycloak Profile Enricher bridges the gap between your Keycloak realm and your external backend systems. Instead of writing custom Java mappers for every project, this extension pauses the user creation lifecycle, sends a secure webhook containing the user's base details to your external API, and automatically maps the returned JSON data directly into the user's Keycloak profile as custom attributes.
Details
No response