gabrielemilan

Results 16 comments of gabrielemilan

Hello, it seems that is not working using "eq" filter anymore. /Users?filter=name.familyName eq "name" it doesn't work, it returns empty data /Users?filter=name.familyName sw "name" it works properly Regards. Gabriele

@simpleidserver since the release 1.2.0 has been delivered, I think that is better to revert the changes regarding the CaseExact. What do you think?

Hello, I'm trying to do a real test with more than 2k users in one single group and I noticed that the response time increases every time you put new...

I tried and it seems faster now, well done! I tried also the get user by userName and I suggest adding this index on mongo: db.scimRepresentationAttributes.createIndex( { RepresentationId: 1, SchemaAttributeId:...

I noticed performance issue using this patch, trying to remove user from group: url: v2/Groups/d8c7ac0d-68a4-4d4a-bf01-afcc9a907e11 { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op":"remove", "path": "members[value eq\"00179e8b-1c75-45e5-b0af-a02ebf4b55fd\"]" } ] }...