By: Mark Smudde user 30 Aug 2021 at 5:24 p.m. CDT

5 Responses
Mark Smudde gravatar
I am submitting a patch request to add a new member to a GLUU Group. The group in question has several thousand members. The response from the SCIM API is HTTP status 502 BadGateway. Sometimes the update may take however I do not see a valid response; hence not reliable. I have run the same request against another group with fewer members successfully to it appears a large group membership may be in play. Following is the patch request with the user information changed. I have confirmed I am using the valide and active Group INUM in the service API call and INUM for an existing user. ``` { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "add", "path": "members", "value": [ { "value": "xxxxxxxxxxxxxx", "display": "Testing User", "type": "User" } ] } ] } ``` SCIM and oxTrust logs are not offering up any hints as to the issue.

By Jose Gonzalez staff 03 Sep 2021 at 2:35 p.m. CDT

Jose Gonzalez gravatar
Mark, Thanks for reporting this. We'll try to replicate on our end. We'd like to know if you face the same (502) when trying to retrieve a group by ID (one having a lot of users).

By Mark Smudde user 03 Sep 2021 at 4:18 p.m. CDT

Mark Smudde gravatar
I have not seen the issues when getting the group via the SCIM API. Thank you

By Jose Gonzalez staff 10 Sep 2021 at 8:13 a.m. CDT

Jose Gonzalez gravatar
An [issue](https://github.com/GluuFederation/scim/issues/25) was open. We're working on it and deliver a fix in upcoming Gluu 4.3

By Jose Gonzalez staff 16 Sep 2021 at 12:04 p.m. CDT

Jose Gonzalez gravatar
Issue was tackled. We recommend to use 4.3 (or upgrade to that version). It is expected to be out soon

By Mark Smudde user 16 Sep 2021 at 3:42 p.m. CDT

Mark Smudde gravatar
Thank you for the update. Is there a target date for the release?