Yureshwar Ravuri
Yureshwar Ravuri

Reputation: 11

Which Plugins are available for customizing keycloak registration

We are working on an Open Source (AGPL) Chrome extension: Digital Assistant Client

I want to utilize the keycloak functionality for registering the user but i have few requirements where the user email address to be verified and want to validate the users domain too. Is there any available plugins which can be used for Integrating with existing keycloak functionality. Also i am using keycloak version 23.0.0 and there is no provision for adding attributes into the keycloak.

Can any guide me for any existing plugins available. Thanks for yourr response

Upvotes: 0

Views: 60

Answers (1)

poussma
poussma

Reputation: 7301

The email verification is a built in feature in Keycloak

Force email validation

The mail domain validation is not available out of the box but can be easily done via an additional extension (checkout keycloak-mail-whitelisting as an example)

Finally, additional attributes can be added to the registration form view the "User Profile" feature which became official in 24.0 (could be enable for previous versions).

Checkout https://www.keycloak.org/docs/latest/server_admin/#user-profile

Kindly from Cloud-IAM

Upvotes: 0

Related Questions