By: kesavan dhilip user 25 Jul 2018 at 10:15 a.m. CDT

3 Responses
kesavan dhilip gravatar
Hi Team, After creating a user by using SCIM API(https://xxxx/identity/restv1/scim/v2/Users) How to set the password for that particular user. Right now we are using a forget password flow to set the password but we need a set password screen for that created user I work around a forget password flow after entering a user email (https://xxxx/identity/person/passwordReminder.htm) from password reminder page we get a mail from gluu, inside the mail we have reset password link(https://xxx/identity/resetPassword/**mgomdzw6fvli!!jf**) based on created user how to generate this random number(mgomdzw6fvli!!jf) which is available in reset password link based on created user to access a password reset directly. Please do needful.

By Mohib Zico staff 26 Jul 2018 at 9:52 a.m. CDT

Mohib Zico gravatar
Kesavan, I think I didn't understand your question properly, sorry. What is your target again?

By kesavan dhilip user 26 Jul 2018 at 10:08 a.m. CDT

kesavan dhilip gravatar
We are using gluu user create API(SCIM) to add the user to gluu Now we want to know to set the password?

By Mohib Zico staff 17 Sep 2018 at 12:25 a.m. CDT

Mohib Zico gravatar
To reset password you normally request: current pass, new pass, confirm new pass. SCIM by spec won’t retrieve the password of a user, in that sense you cannot determine if the “current pass” is right. However, if you just want to prompt user for a new password, this is possible since SCIM allows you to set it. In conclusion, SCIM does not allow to get it, only set it because of the spec says so.