Keycloak Remove First Name and Last Name fields on Registration Screen

六月ゝ 毕业季﹏ 提交于 2019-12-04 14:42:12

Profile Validation can be disabled from the Authentication -> Flows area in the Admin Console.

Changing the dropdown option to 'Registration' will display the actions used on the Registration Form. Setting 'Profile Validation' to DISABLED will prevent the RegistrationProfile Form Action from being used.

This will prevent all 3 fields (First Name, Last Name & Email) from being checked, you would probably need to implement your own validation action if you wanted more control over which fields to check.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!