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

When cloning repo or pulling new changes the project IdServer.Startup no longer builds with the following errors. ``` 'IServiceCollection' does not contain a definition for 'AddSwaggerGen' and no accessible extension...

bug

Hello, I get this error when trying to delete a user ``` System.ArgumentException: Can not add property value to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object. ```...

bug

Hello, From the RFC https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2 we see "The filter parameter **MUST** contain at least one valid expression (see Table 3)": ![image](https://github.com/simpleidserver/SimpleIdServer/assets/101582969/d1955c71-856c-43f9-a35b-b36f5620f88e) We understand this as if the filter query parameter...

bug

Hello, I face this error using 4.0.4 version: `{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations":[ { "op":"replace", "path": "active", "value": false } ] }` ![image](https://github.com/simpleidserver/SimpleIdServer/assets/10979448/9e17ac64-5119-4e83-95d8-883c96896abe)

bug

We need a way to handle Internal server errors (500) generated in SCIM APIs that allows to handle the request in a different way and possibly return different responses other...

enhancement

According to [RFC 7643 - Common Attributes](https://datatracker.ietf.org/doc/html/rfc7643#section-3.1), "id" must be unique: > A unique identifier for a SCIM resource as defined by the service provider. Each representation of the resource...

bug

Let's add support of CancellationToken for methods of ISCIMRepresentationQueryRepository

enhancement

I'm facing this problem in the project I'm working on, before reporting the issue I tried the same steps on the demo website: https://website.simpleidserver.com/ **Steps to reproduce:** Go to the...

bug
question

https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2 * Support HTTP POST : DONE * Support Artifact : DONE * Move logic to SP Nuget package : DONE * Update the UI : TODO

enhancement