-
Hello,
first of all thank you very much for your hard work on this project!
TLDR: Is it intentional that URN must not contain dashes?
## Context
I'm building a SCIM server that supports a …
-
The endpoint "/scim2/Bulk", mentioned [in the IS scim2 endpoint list](https://docs.wso2.com/display/IS560/Using+the+SCIM+2.0+REST+APIs) and in [RFC 7644 section 3.7](https://tools.ietf.org/html/rfc764…
-
Hi @logston ,
RFC 7644, page no 17 and 18 says,
"gt, ge, lt, le using these operators on Boolean and Binary attributes SHALL cause a failed response (HTTP status code 400) with "scimType" of "i…
-
We do support RFC 9068 -- the basic access token specification using a JWT. In that specification, it recommends using RFC 7643 for System for Cross-domain Identity Management (SCIM) to describe group…
-
Hello, according to [RFC 7644](https://datatracker.ietf.org/doc/html/rfc7644#section-3.2) the `/.search` operation should be available on the system root URL, e.g. at `/scim/.search` as well as `/scim…
-
The test in question submits the following payload to /Groups PATCH
```
{
"id": "{{1stgroupid}}",
"Operations": [
{
"op":"add",
"path": "members",
"…
-
per [RFC 7644 section 4](https://tools.ietf.org/html/rfc7644#section-4):
```
/Schemas
An HTTP GET to this endpoint is used to retrieve information about
resource schemas supported by a…
-
When attempting to create a user on IS 5.6.0, with the default claim mappings & SCIM endpoint security turned off, with the command:
```
curl -k -H "Content-Type: application/json" -d "{"password": …
-
According to RFC 7644, values of `startIndex` in the URL query have the following definition: `A value less than 1 SHALL be interpreted as 1. `
However, a request to `/Users?startIndex=0` or `/Grou…
-
Patchoperation with opType remove does not save the objectNode value .
This makes it hard to support removing group members according to this:
https://help.salesforce.com/s/articleView?id=sf.identit…