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

Currently, the version attribute returned by the SCIM server in the meta section of a resource is a number. The RFC for SCIM 2 indicates this should be an ETag....

bug

- The dockerUp task was updated to use the local-docker-compose.yml file. - The dockerDown, dockerStart and dockerStop tasks were added.

[Ticket](https://github.com/simpleidserver/SimpleIdServer/issues/830)

bug

Hello, and thank you for your great work! In version 5.0.2, when adding claims using either Postman or the UI — regardless of the method — the claims are consistently...

bug
question

**Reproduction steps** 1. Send a request with the following body to **/Bulk**, which creates two users: ``` { "schemas": ["urn:ietf:params:scim:api:messages:2.0:BulkRequest"], "Operations": [{ "method": "POST", "path": "/Users", "bulkId": "user15", "data": {...

bug

Hello, Thanks for responding to and fixing the other issues so quickly! I've got an additional question on how best to use the integration events when realms are enabled. Specifically,...

bug

Hello, The `/Schemas/{id}` endpoint for the SCIM server does not appear to be mapped correctly as it doesn't show up in the Swagger docs and calling it for a defined...

bug

Hello, When having Realms enabled for the SCIM server the returned location (both in the header and the response body) does not include the Realm id/name. As expected calling that...

bug

If I post a SCIM POST request to the server with a `null` value for `emails`, I receive: ```json { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "status": "400", "scimType": "invalidValue", "detail": "attribute...

bug

logouturl in saml metadata is " /master/saml/SSO/Logout", but wen i request, it returns 404, and i did not found it in idserver swagger.

bug
enhancement