[keycloak-user] Custom regstration flow

Sebastien Blanc sblanc at redhat.com
Mon Feb 5 05:33:19 EST 2018


You have to implement a FormAction interface , and you will probably do the
user retrieval in the validate() method :
http://www.keycloak.org/docs/latest/server_development/index.html#implementation-formaction-interface

On Mon, Feb 5, 2018 at 10:53 AM, Daan Zwaenepoel <
dz at scoutsengidsenvlaanderen.be> wrote:

> Hi,
>
> Yes I try this but how do I add a custom control on this field. In the
> end I have to create a costume flow who check the existing users in the
> already existing database and link those to there login account. The way
> to link them is whit a number of 13 char and that is my custom field.
>
> thanks
>
> Daan
>
> Op 5-2-2018 om 10:28 schreef Subodh Joshi:
> > Hope this will help you
> >
> > http://keycloak-user.88327.x6.nabble.com/keycloak-user-
> Custom-user-registration-td3328.html
> > http://www.keycloak.org/docs/3.0/server_development/topics/
> custom-attributes.html
> >
> > Thanks & regards
> >
> > On Mon, Feb 5, 2018 at 2:50 PM, Daan Zwaenepoel
> > <dz at scoutsengidsenvlaanderen.be
> > <mailto:dz at scoutsengidsenvlaanderen.be>> wrote:
> >
> >     Hi,
> >
> >     I am Daan Zwaenepoel, A last year student ict. For my student job
> >     I have
> >     to intragte keycloak into a angular app.
> >
> >     What I already did setup the keycloack sever, making the link to the
> >     angular app, start a custom theme and the login flow works.
> >
> >     My next task is to build the registration page and  make it work. The
> >     last point is where i have been stuck for a while.
> >
> >     In the keycloack base regastration flow you have the base fields
> >     username,firstname, lastname,email,password and password-confirm. Now
> >     the point where I have been stuck, In our registration we have one
> >     more
> >     field and I dont no how to add this costume field to the flow. Is
> >     there
> >     anyone who can help me or give me tips by buidling this custom
> >     registration flow?
> >
> >     Thanks!
> >
> >     Daan
> >
> >     _______________________________________________
> >     keycloak-user mailing list
> >     keycloak-user at lists.jboss.org <mailto:keycloak-user at lists.jboss.org>
> >     https://lists.jboss.org/mailman/listinfo/keycloak-user
> >     <https://lists.jboss.org/mailman/listinfo/keycloak-user>
> >
> >
> >
> >
> > --
> > Subodh Chandra Joshi
> > subodh1_joshi82 at yahoo.co.in <mailto:subodh1_joshi82 at yahoo.co.in>
> > http://www.questioninmind.com
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>


More information about the keycloak-user mailing list