-
Currently, the Rust runner (rightfully) uses the built-in `cargo test` test runner. It's the defacto framework for Rust tests.
However, that framework also has its limitations, in its rigidity. Som…
-
/**
* Invoke the SCIM create request.
*
* @param The type of object to return.
* @param cls The Java class object used to determine the type to return.
* @return The successfully …
-
Hey,
According to SCIM v2 spec, the "status" field of an error message should contain the status code represented a string (don't ask me why),
Will you accept a patch that fixes this?
p.s: It…
-
Currently, the response returned from the `ResourceType` endpoint has several compliance issues with the SCIM2 spec:
* has an incorrect name (`resourceType`) for the `Resources` entry as specified by…
-
per the SCIM2 standard ([RFC 7644, section 4](https://tools.ietf.org/html/rfc7644#section-4)), resource information should be available via the `/ResourceTypes` endpoint. However, WSO2 makes this ava…
-
attempting the following command against a local installation of IS 5.6.0 with SCIM endpoint security turned off:
```
curl -k -H "Content-Type: application/json" -d "{"password": "asdfasdfa","name":…
-
Pairwise id's return a different `sub` identifier for each client (or set of clients as specified in the sector_identifier_uri). There are two strategies supported by the Gluu Server for pairwise id's…
-
When retrieving all schemas (running the test testGetSchemas within EndpointTestCase.java) you will get the following:
`{
"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ],
"t…
-
RFC [7644](https://tools.ietf.org/html/rfc7644#section-3.9) states in section 3.9:
> For any SCIM operation where a resource representation is returned (e.g., HTTP GET)
> [...] Clients MAY request a…