Schema Discovery
Discover SCIM server capabilities, supported resource types, and full schema definitions using the three discovery endpoints defined in RFC 7644 §4. These endpoints allow clients to dynamically adapt to server capabilities without hardcoding assumptions about supported features, attributes, or extensions.
Schema Discovery
Discover SCIM server capabilities, supported resource types, and full schema definitions using the three discovery endpoints defined in RFC 7644 §4. These endpoints allow clients to dynamically adapt to server capabilities without hardcoding assumptions about supported features, attributes, or extensions.
ProvisioningAuto-Config
Sequence Diagram
Click any step for details
Request
Response
Redirect
Internal
Step-by-Step Breakdown
1
Get ServiceProviderConfig
Client → SCIM Server
2
ServiceProviderConfig Response
SCIM Server → Client
3
Get ResourceTypes
Client → SCIM Server
4
ResourceTypes Response
SCIM Server → Client
5
Get Schemas
Client → SCIM Server
6
Schemas Response
SCIM Server → Client
Token Inspector
Specs for this flow
Sections of the protocol that normatively define this flow, plus the security considerations that apply to it.