[keycloak-user] Custom user registration

Thomas Darimont thomas.darimont at googlemail.com
Mon Mar 27 05:53:07 EDT 2017


Hello,

you don't need full admin permissions to create a new user, e.g.
to create a user with password and assign some roles on realm and client
level you'd need
at least "manage-users, view-clients, view-realm, view-users" roles for
"realm-management"
of your particular realm.

Here is an example for using the Keycloak Admin API:
https://gist.github.com/thomasdarimont/c4e739c5a319cf78a4cff3b87173a84b

Cheers,
Thomas

2017-03-27 11:33 GMT+02:00 Ufimtsev Vasiliy <v.ufimtsev at ftc.ru>:

> Hello,
> I want to create custom registration page with additional fields which
> should be stored in user attributes.
> Is it possible?
> Also I found API<http://www.keycloak.org/docs-api/2.5/rest-api/index.
> html#_create_a_new_user> which allows custom user registration, but it
> requires admin rights, so we can't use this way for registering new users.
> _______________________________________________
> 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