[keycloak-user] Registration page and comboboxes

Dmitry Telegin dt at acutus.pro
Fri Jan 4 10:49:59 EST 2019


Hello Luca,

What you're talking about is 100% feasible, but will require some coding.

You will need to implement the following:
- custom JPA entity [1] to store combobox values;
- custom REST resource [2] to enable management via Admin Console + provide the list to the registration page;
- Admin Console additions [3] to implement the management GUI;
- customized registration page (via custom login theme).

I'd also suggest that you take a look at BeerCloak [4], an all-in-one example where all of the above is implemented, except for the last item. I'm planning to do it it maybe in the second half of January. As I see it, the registration page will feature a drop-down with beers for a user to choose a favorite from.

[1] https://www.keycloak.org/docs/latest/server_development/index.html#_extensions_jpa
[2] https://www.keycloak.org/docs/latest/server_development/index.html#_extensions_rest
[3] https://www.keycloak.org/docs/latest/server_development/index.html#_themes
[4] https://github.com/dteleguin/beercloak

Cheers,
Dmitry Telegin
CTO, Acutus s.r.o.
Keycloak Consulting and Training

Pod lipami street 339/52, 130 00 Prague 3, Czech Republic
+42 (022) 888-30-71
E-mail: info at acutus.pro

On Sat, 2018-12-29 at 12:08 +0100, Luca Stancapiano wrote:
> I have a registration page in a Keycloak theme where the user has to choose from a list from a combobox. This list is dynamic, meaning it could be changed by an administrator at any time. What is the best way to manage this list with Keycloak? Can I use the administrative console to update this data? If you are on which component?
> _______________________________________________
> 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