Realtime input validation
Last updated
Was this helpful?
Last updated
Was this helpful?
In reality the regexp used in this gif doesn't work server side, the regexp pattern should be ^[^@]@gmail\.com$
(the RegExp should match the whole string) ๐ฌ.
User Profile is a Keycloak feature that enables to , what information you want to collect on your users in the register page and to validate inputs !
NOTE: User profile is only available in Keycloak 15 and it's a beta feature that and .
Keycloakify, in , provides frontend validation out of the box.
For implementing your own register-user-profile.ftl
page, you can use .
Find usage example .
As for right now from the admin console. You can however .