Dima Sudoma
Dima Sudoma
## Description A SCIM GET request for a non-existing resource with the `excludedAttributes` query parameter returns a 500 Internal Server Error instead of a 404 Not Found. ### Steps to...
Hi ✋ ## Description When making a SCIM PatchRequest to update complex properties using dot notation (e.g., `name.givenName`), the response structure is incorrect. The complex property is flattened instead of...
### Description I have two separate realms: - In the **first realm**, I created a user with the username: `scim_user_1`. - In the **second realm**, I tried to create a...
There's a logical error in the `EnableApiKeyAuth` extension method. When a custom `ApiKeysConfiguration` is passed to the method, it's ignored, and the default configuration is registered instead. ----- ### Problematic...
### Description When creating a new project using the `dotnet new scim` template, the resulting project fails to build because it is missing a required NuGet package: `SimpleIdServer.Scim.ApiKeyAuth` --- ###...