scim2-client icon indicating copy to clipboard operation
scim2-client copied to clipboard

Pythonically build SCIM requests and parse SCIM responses

Results 4 scim2-client issues
Sort by recently updated
recently updated
newest added

[RFC7644 §3.11](https://datatracker.ietf.org/doc/html/rfc7644#section-3.11) defines a `/Me` endpoint. scim2-client should handle that endpoint

enhancement

If `query` would accept resource objects, it could dynamically build the matching `SearchRequest`.

enhancement

[RFC7644 §4](https://datatracker.ietf.org/doc/html/rfc7644#section-4) indicates that only GET operations should be executable on those resources.

enhancement

Implement [RFC7644 §3.7](https://datatracker.ietf.org/doc/html/rfc7644#section-3.7) bulk operations. Take care to not allow these operations if they are disabled server-side in the `ServiceProviderConfig` object.

enhancement