Flexible SCIM Server with superpowers 🚀
{{SuccessMessage}}
No Instance data found! Something's off..
Users on the SCIM Instance
Groups on the SCIM Instance
| ID | Display Name | View JSON |
|---|---|---|
| {{get(group,"id")}} | {{get(group,"displayName")}} | View JSON |
No Groups found!
View Instance Details (Read-Only)
This instance is empty (no Users, Groups or logs found)
This shows the instance's DirHash (string representation of all contents), and hashes uniquely representing all users & groups
{{DirHash}}
Add a second instance to perform comparison of SCIM resources
Comparison failed: {{CompareError}}
The 2 instances have matching directories
The 2 instances do not have matching directories
The following users & groups exist in main instance but not exist on the other instance
The following users & groups exist in the other instance but not on the main instance
The following users & groups exist in both instances but contain different content
The 2 instances received the same exact PATCH,POST,DELETE requests (see Logs section for the requests)
The 2 instances have received different requests. See below for differences
The following requests were received by the main instance but not by other instance
{{val.RequestBody}}
The following requests were received by the instance being compared instance but not by the main instance
{{val.RequestBody}}
Logs for requests to instance
(HTTP GET requests
are not
logged)
Loading Logs
| Time (Local) | Method | Path | Request Body |
|---|---|---|---|
| {{(new Date(log.time)).toLocaleString()}} | {{log.method}} | {{log.path}} | {{log.requestBody}} |
{{ErrorMessage}}