Hello,
Thanks for your comment.
I know we can use the reset-password endpoint for changing password, but
I want to update the user profile including credentials with single request.
Also current reset-password endpoint only supports 'password' type credential.
We also want to update other type credentials too.
Best Regards
On 2018/07/12 18:35, Thomas Darimont wrote:
Hello,
you can change the password a user via the keycloak admin-client with the
resetPassword(...) method.
userRessource.get(userId).resetPassword(passwordCred);
See:
https://gist.github.com/thomasdarimont/c4e739c5a319cf78a4cff3b87173a84b#f...
Cheers,
Thomas
On Thu, Jul 12, 2018 at 8:18 AM Hiroyuki Wada <h2-wada(a)nri.co.jp> wrote:
> Hello,
>
> Currently the Admin REST API ignores credentials when updating the user.
> I found the similar issue & discussion in the following links.
> It was accepted but it only supports creating method.
>
>
https://issues.jboss.org/browse/KEYCLOAK-5026
>
http://lists.jboss.org/pipermail/keycloak-dev/2017-June/009552.html
>
> In our case, we'd like to update users profile including any credentials
> from
> an external ID system.
> Could I send a pull request for supporting it?
>
> Best Regards
>
> --
> Hiroyuki Wada
> Nomura Research Institute, Ltd.
> h2-wada(a)nri.co.jp
>
> --------------------------------------------------------------------
> PLEASE READ:This e-mail is confidential and intended for
> the named recipient only. If you are not an intended recipient,
> please notify the sender and delete this e-mail.
> --------------------------------------------------------------------
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/keycloak-dev
>
--
Hiroyuki Wada
Nomura Research Institute, Ltd.
h2-wada(a)nri.co.jp
--------------------------------------------------------------------
PLEASE READ:This e-mail is confidential and intended for
the named recipient only. If you are not an intended recipient,
please notify the sender and delete this e-mail.
--------------------------------------------------------------------