slashdevops/idp-scim-sync

bug: scim: error updating groups: aws checkHTTPResponse: error code: 400 Bad Request, body

christiangda opened this issue · 0 comments

Describe the bug

Error: cannot sync groups and their members: error doing the first sync: error reconciling groups: error updating groups in SCIM Provider: scim: error updating groups: aws checkHTTPResponse: error code: 400 Bad Request, body:

{
    "schema": [
        "urn:ietf:params:scim:api:messages:2.0:Error"
    ],
    "detail": "Request is unparsable, syntactically incorrect, or violates schema.",
    "status": "400",
    "exceptionRequestId": "88d9c6f3-566d-42b3-b1ed-183c3fc1efc4",
    "timeStamp": "2022-01-26 16:50:48.135"
}

To Reproduce

Migrating from ssosync fails the first time syncing.

Expected behaviour
is expected to do a transparent sync without any error

Screenshots
Screenshot 2022-01-26 at 19 05 46