danflomin
danflomin
Hello, I am debugging a performance issue I have with PATCH requests to a group with many members. I noticed that the generated SQL for a GET of a group...
Hi, I have had a few cases where users in SCIM are stored in the DB with `email` sub attributes, but without a `parentAttributeId`. I could not reproduce this issue....
Hello, I have a question regarding updating by PUT a group. If I do the following then no exceptions occur and the display is not changed: 1. Add a user...
Hello, I am trying to utilize the User representation found on top of the published MassTransit events. I noticed that if a user is added or removed from a group,...
Hello :) I tried using EF6 with v2.0.15 and noticed a few issues. 1. Data was corrupted in the DB, see the attached csv in the zip. Some attributes are...
Hello, how are you? I noticed that when you DELETE a group that already has a member in it, GET on the user still shows that he is a member...
Hi I have a group with 2 members, in it, then I had a PUT request to remove one user, and I received the following error `attribute members is immutable`...
Hello During my work on improving the performance of SCIM, especially the PATCH method for groups, I saw that for each PATCH request, we query the entire group representation from...
Hello, how are you? Steps to reproduce: 1. POST a user with no `name.*` attributes. 2. PATCH the user with the following body ``` { "Operations": [ { "op": "add",...