We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Making SCIM requests (markdown)
Fix a grammar error
Mention that ProcessingExceptions may occur
Add examples demonstrating how to configure the JAX-RS Client This includes examples of how to use bearer token authentication, how to use basic authentication, how to disable strict HTTPS validation for testing, and so on.
Mention new ScimServiceException
Simplify bearer token usage
Change scimClient variable name to scimService, as this was confusing to some.
Nope meta is not always present
Add another example of modifying the request context. In the future, it would be nice to pull this out into a separate topic that describes how to modify all requests and how to make per-request modifications.
Describe how to search and use filters
Add section about service provider metadata, other small changes
Clean up some examples
Fix grammar error
Add DELETE examples
Add PATCH section
Adding examples for GET, POST, and PUT, plus the attributes and excludedAttributes parameters
Initial (incomplete) draft of SCIM requests documentation