[SCIM] Error in bulk insert using version 4.0.5
Hello,
I'm facing an issue when doing the following call to insert an user with entitlements and the SupportTransaction of the MongoSettings is set to true.
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"emails": [
{
"type": "work",
"value": "[email protected]",
"primary": true
}
],
"name": {
"familyName": "Test familyName",
"givenName": "Test givenName"
},
"displayName": "Test displayName",
"active": true,
"userName": "[email protected]",
"entitlements": [
{
"value":"421578a6-5cd1-4ef7-bf86-1580f25d28f7"
}
]
}
Exception occurs in the BulkInsert :
The problem has been resolved in the master branch. When a transaction was created, it was not passed during the querying process, and as a result, the application was unaware of the entity added during the transaction.
Hello,
Thanks for the quick fix. I did some tests and it seems to be working fine so far.
Regards
Bogdan
if the issue is closed in the project board, shouldn't it be also closed here in "issues"?