I want to add 1 required field of user information to the Keycloak registration.

 

From what I’ve read this is not currently possible.

 

Does this mean I basically have to

1.       duplicate the Keycloak Registration application in another application

2.       use the admin api’s to update Keycloak

3.       Using the Keycloak user id store it with the extra data information.

4.       Have this available to all the different apps that need it.

 

Regards, Graeme