By: guilherme augusto user 15 Sep 2021 at 4:52 p.m. CDT

5 Responses
guilherme augusto gravatar
I am trying to change the user password using SCIM API with no success. Can you help me ? I am sending a PUT request to https://demoexample.gluu.org/identity/restv1/api/v1/users with the payload { "inum": "4f2ed4a0-fece-4e3b-9004-b27c4fdcd8a4", "surName": "teste12131@inceres.com.br", "givenName": "teste12131@inceres.com.br", "email": "teste12131@inceres.com.br", "password": "123456", "userName": "teste12131@inceres.com.br", "displayName": "teste12131@inceres.com.br", "creationDate": 1631742343561, "status": "ACTIVE" } on response I am getting status 200, but the password did not change { "inum": "4f2ed4a0-fece-4e3b-9004-b27c4fdcd8a4", "surName": "teste12131@inceres.com.br", "givenName": "teste12131@inceres.com.br", "email": "teste12131@inceres.com.br", "password": null, "userName": "teste12131@inceres.com.br", "displayName": "teste12131@inceres.com.br", "creationDate": 1631742343561, "status": "ACTIVE" } How can I change the password using SCIM version 1. The version 2 of SCIM not work on my gluu server.

By Mobarak Hosen Shakil staff 16 Sep 2021 at 4:18 p.m. CDT

Mobarak Hosen Shakil gravatar
Hi guilherme augusto I wonder why SCIM v2 is not working on your gluu server. Is this a `Community Edition` of gluu server?

By guilherme augusto user 17 Sep 2021 at 7:59 a.m. CDT

guilherme augusto gravatar
Yes It is Community Edition

By guilherme augusto user 17 Sep 2021 at 8 a.m. CDT

guilherme augusto gravatar
Community Edition not suport SCIM v2 ?

By Mobarak Hosen Shakil staff 17 Sep 2021 at 9:44 a.m. CDT

Mobarak Hosen Shakil gravatar
Yes, Community Edition also supports SCIM v2. That's why I wonder why it doesn't support in your gluu server. This is our documentation link: https://gluu.org/docs/gluu-server/4.2/user-management/scim2/

By Mobarak Hosen Shakil staff 28 Sep 2021 at 11:31 a.m. CDT

Mobarak Hosen Shakil gravatar
I have tested and confirmed that its working fine in my case. Please check `scim` logs to find whats wrong there. Regards ~ Shakil