[keycloak-user] Keycloak User Registration Flow
Malmi Samarasinghe
malmi.suh at gmail.com
Tue Jan 5 06:47:07 EST 2016
Hi All,
I am currently working on registering a user with user realm role and
client role assignment.
Steps followed
1/ create user (retrieve the user ID from Location header)
2/ get user details
3/ update password
4/ create realm role
5/ retrieve all realm roles and filter the ones which needs to be assigned
(since the assignment of roles requires the role ID)
6/ assign realm role
7/ same for the application roles as well, which also has multiple
iterations for each client
With all the API calls the user registration seems to have 8+ API calls and
I would like to know if there are any other alternatives/suggestions to get
the user registration flow working more efficiently.
Is there any plan to give a consolidated user registration API in the
future?
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160105/e20bc264/attachment.html
More information about the keycloak-user
mailing list