SimpleIdServer
SimpleIdServer copied to clipboard
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
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...
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. ```...
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)":  We understand this as if the filter query parameter...
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 } ] }` 
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...
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...
Let's add support of CancellationToken for methods of ISCIMRepresentationQueryRepository
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...
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