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