You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, updating a user requires the 'If-Match' Header. But according to the current implementation, this header is not being added and therefore update user is failing.
{"error_description":"Missing If-Match for PUT","error":"scim","message":"Missing If-Match for PUT"}
Solution would be to add this header for the put calls for users and groups
The text was updated successfully, but these errors were encountered:
According to the docs, updating a user requires the 'If-Match' Header. But according to the current implementation, this header is not being added and therefore update user is failing.
Solution would be to add this header for the put calls for users and groups
The text was updated successfully, but these errors were encountered: