User Discovery with Filters
Query and discover users using SCIM filter expressions, pagination, and attribute projection (RFC 7644 §3.4.2). SCIM filtering uses a SQL-like syntax supporting comparison operators (eq, ne, co, sw, ew, gt, lt, ge, le), presence checks (pr), and logical operators (and, or, not).
User Discovery with Filters
Query and discover users using SCIM filter expressions, pagination, and attribute projection (RFC 7644 §3.4.2). SCIM filtering uses a SQL-like syntax supporting comparison operators (eq, ne, co, sw, ew, gt, lt, ge, le), presence checks (pr), and logical operators (and, or, not).
ProvisioningRFC 7644
Sequence Diagram
Click any step for details
Request
Response
Redirect
Internal
Step-by-Step Breakdown
1
List All Users
IdP → SCIM Server
2
Paginated User List
SCIM Server → IdP
3
Simple Equality Filter
IdP → SCIM Server
4
Filtered Results
SCIM Server → IdP
5
Complex Filter with Logical Operators
IdP → SCIM Server
6
Complex Filter Results
SCIM Server → IdP
Token Inspector
Specs for this flow
Sections of the protocol that normatively define this flow, plus the security considerations that apply to it.