Alexander Simola Bergsten

Results 2 issues of Alexander Simola Bergsten

**Reproduction steps** 1. Send a request with the following body to **/Bulk**, which creates two users: ``` { "schemas": ["urn:ietf:params:scim:api:messages:2.0:BulkRequest"], "Operations": [{ "method": "POST", "path": "/Users", "bulkId": "user15", "data": {...

bug

After upgrading SimpleIdServer from 6.0.2 to 6.0.3 and starting my SCIM server I got a `System.Text.Json.JsonException` thrown. The exception message said: ``` ''/' is an invalid start of a property...

bug