gabrielemilan

Results 16 comments of gabrielemilan

Hello, thank you very much. Meanwhile, I have a question, I saw that the lifetime of SCIMRepresentationCommandRepository is singleton. Could there be problems with _session added last time? I mean...

Ok :-) Now the performance is better. I noticed that this query takes a lot of time in case of multiple ids: ![image](https://user-images.githubusercontent.com/10979448/130078830-8a76ed23-8c3a-4662-8362-0a725556264f.png) I don't know if can help. Thanks

Indeed the issue could be on the foreach: ![image](https://user-images.githubusercontent.com/10979448/130099063-57007775-af27-442c-aa1b-157ba791cc6c.png)

I tried new version 1.2.3, and the behaviour is different. Now I have a lot of simple queries, it seems one for each property: ![image](https://user-images.githubusercontent.com/10979448/127149987-cbd7f73c-4bce-4bd2-80af-bdc4f57077dd.png) And also in this case,...

Hello, I tried the last version, it seems that there is the issue still: With only one user it takes 10 sec. I see in the console log, that there...

Hello, it seems ok now, good job :-). I saw that you remove a table from database, I have to upgrade from 1.2.2 to 2.0.0, do you have a script...

Hello, tried new version, now the endpoint returns: ![image](https://user-images.githubusercontent.com/10979448/151559724-ac26a426-3063-4b93-93d4-8ba6647cf5e7.png) I think that the id and the location should be singular, the only plural should be the endpoint, isn't it?

Hello, I tried the new version and it seems there is another issue. The ResourceType should be singular: ![image](https://user-images.githubusercontent.com/10979448/152155006-8819e05e-0ce3-4606-b73c-976ab3dac940.png) https://datatracker.ietf.org/doc/html/rfc7644#section-3.3.1 ![image](https://user-images.githubusercontent.com/10979448/152155508-58fdc0f1-c172-434b-a37a-7cfe51a2eb90.png) In the previous version it was singular. Thanks. G

Hello, we tried the fix and we found another issue. If the user has more than one entitlements only the first one has $ref and display property filled. We found...

It works, many thanks :-)