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

The previous simpleidentityserver had a comparison page https://simpleidentityserverdoc.readthedocs.io/en/latest/docs/benchmark.html to help choose the best library. Can you create similar up-to-date page?

enhancement

Performing a GET operation on /Users using a "filter" with 2 conditions in which the first condition passes for some users and the second condition has a dash character, makes...

question

The swagger documentation for SCIM appears empty without any method description and the response http codes listed are the generic values that aren't correct: 200 Success 401 Unauthorized 403 Forbidden...

bug

According to [SCIM Core Schema: Common Attributes](https://www.rfc-editor.org/rfc/rfc7643#section-3.1) there is should be _resourceType_ in **meta** attribute.

**Steps to reproduce:** 1. Send Get request with filter specified “https://{{Server}}{{Port}}/Users?filter=meta.version eq 3” -> success, it returns ListResponse with an object or empty ListResponse depending if such version exists 2....

bug

**Steps to reproduce:** Send Get request to https://{{Server}}{{Port}}**/Groups** **Result:** 500 server error is returned in the response with the body: ```json { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "status": "500", "scimType": "internalServerError",...

bug

Hello, I am trying to utilize the User representation found on top of the published MassTransit events. I noticed that if a user is added or removed from a group,...

question