SimpleIdServer
SimpleIdServer copied to clipboard
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
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?
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...
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...
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....
**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",...
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,...