SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core

Results 230 SimpleIdServer issues
Sort by recently updated
recently updated
newest added

## 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...

bug
question

### 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...

bug

Setup: - I am using [SimpleIdServer.Scim.Parser.SCIMFilterParser](https://www.nuget.org/packages/SimpleIdServer.Scim.Parser/5.0.2) to parse filter strings into a SCIM Expression tree. - `using SimpleIdServer.Scim.Parser` - `var filter = ( username eq 'suraj' ) and (( id...

bug

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` --- ###...

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

Hello, I downloaded the project of the master main branch and found some problems 1、After the download start the project, "SimpleIdServer. IdServer. Startup", prompt can not find "SimpleIdServer. Scim. Domains"...

question

Hello, After integrating the SimpleIdServer.IdServer and SimpleIdServer.IdServer.Domains packages, we observed that Swagger now includes additional API endpoints related to FormBuilder (specifically FakeData and Templates). Since these endpoints are not required...

question