SCIM Logs
The SCIM Logs page provides visibility into all SCIM provisioning operations performed by your identity provider.
Overview
SCIM (System for Cross-domain Identity Management) is a standard protocol for automating the exchange of user identity information between systems. This page logs all SCIM requests made to your Webrix deployment.
What's Logged
The SCIM Logs page tracks:
- User Operations: Creating, updating, and deleting users
- Group Operations: Managing groups and group memberships
- Configuration Queries: ServiceProviderConfig, Schemas, and ResourceTypes requests
- Request/Response Details: Full request and response payloads for debugging
Filtering Logs
You can filter SCIM logs by:
- Date Range: Select start and end dates
- HTTP Method: Filter by GET, POST, PATCH, PUT, or DELETE
- Resource Type: Filter by User, Group, Config, or Schema operations
- Status Code: View only successful (2xx), client errors (4xx), or server errors (5xx)
Understanding the Log Entries
Each log entry shows:
- Date: When the request was made
- Method: The HTTP method used (GET, POST, PATCH, PUT, DELETE)
- Resource Type: The type of resource being accessed
- Status: The HTTP status code returned
- Details: Click the eye icon to view full request and response details
Exporting Logs
Click the Export CSV button to download all filtered logs as a CSV file for offline analysis or compliance reporting.
Troubleshooting
Common Issues
401 Unauthorized: Check that your IdP is using the correct SCIM bearer token configured in your Webrix settings.
404 Not Found: The user or group being accessed doesn't exist in Webrix. This may happen if the resource was deleted outside of SCIM.
409 Conflict: Attempting to create a user that already exists. Check for duplicate email addresses.
500 Server Error: An internal error occurred. Check the response details and contact support if the issue persists.